Html Css Color HEX #EAF20D Chartreuse Yellow

📋 copy color: '#EAF20D'

red 234 ◦ green 242 ◦ blue 13

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

Shades of Chartreuse Yellow #EAF20D

Tints of Chartreuse Yellow #EAF20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.66%

R = 47.85%
G = 49.49%
B = 2.66%

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

#EAF20D (or 0xEAF20D) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 0D. RGB value is (234,242,13). Sum of RGB (Red+Green+Blue) = 234+242+13=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 13 (5.47% from 255 or 2.66% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF20D is #150DF2. Grayscale: #D6D6D6. Windows color (decimal): -1379827 or 914154. OLE color: 914154.

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

Color convert

RGB 234 242 13 -
CMYK 0.03 0 0.95 0.05
HSL 62.1º 0.9% 0.5% -
HSV(B) 62.1º 0.95% 0.95% -
XYZ 65.76 81.03 12.55 -
YUV 213.5 14.85 142.62 -
System Red Green Blue C M Y K H S L
Decimal 234 242 13 0.03 0 0.95 0.05 62.1 0.9 0.5
Hex EA F2 D 3 0 5F 5 3E 5A 32
Octal 352 362 15 3 0 137 5 76 132 62
Binary 11101010 11110010 1101 11 0 1011111 101 111110 1011010 110010

Color Harmonies of #EAF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF20D

Black with #EAF20D

Text Example


Text Example

White with #EAF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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