Html Css Color HEX #EAF200 Chartreuse Yellow

📋 copy color: '#EAF200'

red 234 ◦ green 242 ◦ blue 0

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

Shades of Chartreuse Yellow #EAF200

Tints of Chartreuse Yellow #EAF200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.16%
G = 50.84%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#EAF200 (or 0xEAF200) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 00. RGB value is (234,242,0). Sum of RGB (Red+Green+Blue) = 234+242+0=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF200 is #150DFF. Grayscale: #D4D4D4. Windows color (decimal): -1379840 or 62186. OLE color: 62186.

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

Color convert

RGB 234 242 0 -
CMYK 0.03 0 1 0.05
HSL 61.98º 1% 0.47% -
HSV(B) 61.98º 1% 0.95% -
XYZ 65.68 81 12.17 -
YUV 212.02 8.35 143.68 -
System Red Green Blue C M Y K H S L
Decimal 234 242 0 0.03 0 1 0.05 61.98 1 0.47
Hex EA F2 0 3 0 64 5 3E 64 2F
Octal 352 362 0 3 0 144 5 76 144 57
Binary 11101010 11110010 0 11 0 1100100 101 111110 1100100 101111

Color Harmonies of #EAF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF200

Black with #EAF200

Text Example


Text Example

White with #EAF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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