Html Css Color HEX #EAF204 Chartreuse Yellow

📋 copy color: '#EAF204'

red 234 ◦ green 242 ◦ blue 4

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

Shades of Chartreuse Yellow #EAF204

Tints of Chartreuse Yellow #EAF204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 48.75%
G = 50.42%
B = 0.83%

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

#EAF204 (or 0xEAF204) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 04. RGB value is (234,242,4). Sum of RGB (Red+Green+Blue) = 234+242+4=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 4 (1.95% from 255 or 0.83% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF204 is #150DFB. Grayscale: #D5D5D5. Windows color (decimal): -1379836 or 324330. OLE color: 324330.

HSL color Cylindrical-coordinate representation of color #EAF204: hue angle of 62.02º degrees, saturation: 0.97, 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 #EAF204 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 4 -
CMYK 0.03 0 0.98 0.05
HSL 62.02º 0.97% 0.48% -
HSV(B) 62.02º 0.98% 0.95% -
XYZ 65.71 81.01 12.29 -
YUV 212.48 10.35 143.35 -
System Red Green Blue C M Y K H S L
Decimal 234 242 4 0.03 0 0.98 0.05 62.02 0.97 0.48
Hex EA F2 4 3 0 62 5 3E 61 30
Octal 352 362 4 3 0 142 5 76 141 60
Binary 11101010 11110010 100 11 0 1100010 101 111110 1100001 110000

Color Harmonies of #EAF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF204

Black with #EAF204

Text Example


Text Example

White with #EAF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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