Html Css Color HEX #EAF205 Chartreuse Yellow

📋 copy color: '#EAF205'

red 234 ◦ green 242 ◦ blue 5

#EAF205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #EAF205

Tints of Chartreuse Yellow #EAF205

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

 GREEN value IS 242 (94.92% from 255) = 50.31%

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 48.65%
G = 50.31%
B = 1.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAF205 (or 0xEAF205) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 05. RGB value is (234,242,5). Sum of RGB (Red+Green+Blue) = 234+242+5=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF205 is #150DFA. Grayscale: #D5D5D5. Windows color (decimal): -1379835 or 389866. OLE color: 389866.

HSL color Cylindrical-coordinate representation of color #EAF205: hue angle of 62.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAF205 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 5 -
CMYK 0.03 0 0.98 0.05
HSL 62.03º 0.96% 0.48% -
HSV(B) 62.03º 0.98% 0.95% -
XYZ 65.71 81.01 12.32 -
YUV 212.59 10.85 143.27 -
System Red Green Blue C M Y K H S L
Decimal 234 242 5 0.03 0 0.98 0.05 62.03 0.96 0.48
Hex EA F2 5 3 0 62 5 3E 60 30
Octal 352 362 5 3 0 142 5 76 140 60
Binary 11101010 11110010 101 11 0 1100010 101 111110 1100000 110000

Color Harmonies of #EAF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF205

Black with #EAF205

Text Example


Text Example

White with #EAF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF205; }

 p { color: rgb(234,242,5); }

 H1.HeaderClassName
 {
   color: #EAF205;
 }
 .AnyTagClassName
 {
   color: #EAF205;
 }
</style>

background-color css

<style>
 a { background-color: #EAF205; }

 a { background-color: rgb(234,242,5); }

 div.DivClassName
 {
   background-color: #EAF205;
 }
 .BgClassName
 {
   background-color: #EAF205;
 }
</style>

border-color css

<style>
 span { border-color: #EAF205; }

 span { border-color: rgb(234,242,5); }

 td.TdClassName
 {
   border-color: #EAF205;
 }
 .TagClassName
 {
   border-color: #EAF205;
 }
</style>