Html Css Color HEX #EAFA00 Chartreuse Yellow

📋 copy color: '#EAFA00'

red 234 ◦ green 250 ◦ blue 0

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

Shades of Chartreuse Yellow #EAFA00

Tints of Chartreuse Yellow #EAFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

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

R = 48.35%
G = 51.65%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#EAFA00 (or 0xEAFA00) is known color: Chartreuse Yellow. HEX triplet: EA, FA and 00. RGB value is (234,250,0). Sum of RGB (Red+Green+Blue) = 234+250+0=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFA00 is #1505FF. Grayscale: #D9D9D9. Windows color (decimal): -1377792 or 64234. OLE color: 64234.

HSL color Cylindrical-coordinate representation of color #EAFA00: hue angle of 63.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAFA00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 250 0 -
CMYK 0.06 0 1 0.02
HSL 63.84º 1% 0.49% -
HSV(B) 63.84º 1% 0.98% -
XYZ 68.12 85.86 12.98 -
YUV 216.72 5.7 140.33 -
System Red Green Blue C M Y K H S L
Decimal 234 250 0 0.06 0 1 0.02 63.84 1 0.49
Hex EA FA 0 6 0 64 2 40 64 31
Octal 352 372 0 6 0 144 2 100 144 61
Binary 11101010 11111010 0 110 0 1100100 10 1000000 1100100 110001

Color Harmonies of #EAFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA00

Black with #EAFA00

Text Example


Text Example

White with #EAFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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