Html Css Color HEX #EAF20C Chartreuse Yellow

📋 copy color: '#EAF20C'

red 234 ◦ green 242 ◦ blue 12

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

Shades of Chartreuse Yellow #EAF20C

Tints of Chartreuse Yellow #EAF20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.46%

R = 47.95%
G = 49.59%
B = 2.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EAF20C (or 0xEAF20C) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 0C. RGB value is (234,242,12). Sum of RGB (Red+Green+Blue) = 234+242+12=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF20C is #150DF3. Grayscale: #D6D6D6. Windows color (decimal): -1379828 or 848618. OLE color: 848618.

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

Color convert

RGB 234 242 12 -
CMYK 0.03 0 0.95 0.05
HSL 62.09º 0.91% 0.5% -
HSV(B) 62.09º 0.95% 0.95% -
XYZ 65.75 81.02 12.52 -
YUV 213.39 14.35 142.7 -
System Red Green Blue C M Y K H S L
Decimal 234 242 12 0.03 0 0.95 0.05 62.09 0.91 0.5
Hex EA F2 C 3 0 5F 5 3E 5B 32
Octal 352 362 14 3 0 137 5 76 133 62
Binary 11101010 11110010 1100 11 0 1011111 101 111110 1011011 110010

Color Harmonies of #EAF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF20C

Black with #EAF20C

Text Example


Text Example

White with #EAF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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