COLOR #C7F804

HEX: #C7F804
RGB: (199,248,4)

Renk bilgisi

#C7F804 contains mainly red and green colors. #C7F804 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#C7F804 color RGB value is (199,248,4).

  • kırmız ton 199;
  • yeşil ton 248;
  • mavi ton 4.
RGB:
(199,248,4)
(78%,97%,2%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 248 of 255 = 97%
B 4 of 255 = 2%

199
248
4

R + G + B ~ 59%. #C7F804 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 248 + 4 = 451 (100%)
R 199 of 451 ~ 44.12%
G 248 of 451 ~ 54.99%
B 4 of 451 ~ 0.89%

%44.12
%54.99

CMYK RENK MODELİ

#C7F804 rengi CMYK tonu (20,0,98,3).

  • camgöbeği tonu 19.76%
  • eflatun tonu 0.00%
  • sarı tonu 98.39%
  • ana renk tonu 2.75%
CMYK:
(20,0,98,3)
C20M0Y98K3 
(20%,0%,98%,3%)
(0.20/0.00/0.98/0.03)	

CMYK yüzdeleri

%19.76
%0
%98.39
%2.75

Codes

Color #C7F804 in popluar color models

C7F804
RGB1992484
HSL72°96.83%49.41%
HSB/HSV72°98.39%97.25%
CMYK19.76%0.00%98.39%
2.75%

Color #C7F804 in popluar number systems.

HEXC7F804
Decimal1992484
Binary1100011111111000100
Octal3073704

Shades and tints

Shades of #C7F804

#C7F804
(199,248,4)
#B5E204
(181,226,4)
#A3CC04
(163,204,4)
#91B604
(145,182,4)
#7FA004
(127,160,4)
#6D8A04
(109,138,4)
#5B7404
(91,116,4)
#495E04
(73,94,4)
#374804
(55,72,4)
#253204
(37,50,4)
#131C04
(19,28,4)
#000000
(0,0,0)

Tints of #C7F804

#C7F804
(199,248,4)
#CCF81A
(204,248,26)
#D1F830
(209,248,48)
#D6F846
(214,248,70)
#DBF85C
(219,248,92)
#E0F872
(224,248,114)
#E5F888
(229,248,136)
#EAF89E
(234,248,158)
#EFF8B4
(239,248,180)
#F4F8CA
(244,248,202)
#F9F8E0
(249,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F804 color. Also use rgb(199,248,4) instead hex code.

Text Font Color

.myTextColor { color: #C7F804; }

<p style="color:#C7F804">This sample text font color is #C7F804.</p>

This text font color is #C7F804.


Background Color

.myBgColor { background-color: #C7F804; }

<div style="background-color:#C7F804">Inner text</div>

This div background color is #C7F804.


Border color

.myBorderColor { border: 1px solid #C7F804; }

<div style="border:3px solid #C7F804">Div</div>

This div border color is #C7F804.


Opacity

.myOpacity80 { color: #C7F804; opacity: 0.8; }

<p style="color:#C7F804;opacity:0.8;">80%</p>

Text with #C7F804 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7F804;}

<p style="text-shadow: 3px 3px 1px #C7F804">Text here.</p>

This text has shadow with #C7F804 color.

.textShadow {text-shadow: 3px 3px 1px #C7F804, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7F804, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7F804 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7F804, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7F804, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7F804 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7F804;
  -webkit-box-shadow:	1px 1px 3px 2px #C7F804;
  box-shadow:		1px 1px 3px 2px #C7F804;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7F804;
-webkit-box-shadow: 1px 1px 3px 2px #C7F804;
box-shadow:1px 1px 3px 2px #C7F804;">
Div content here</div>
This div box has shadow with color #C7F804.

Preview

Color preview on black background

This text has color #C7F804 on black background.


Color preview on white background

This text has color #C7F804 on white background.



Black color preview on #C7F804 background

This text has black color on #C7F804 background.


White color preview on #C7F804 background

This text has white color on #C7F804 background.