Html Css Color HEX #EAF700 Chartreuse Yellow

📋 copy color: '#EAF700'

red 234 ◦ green 247 ◦ blue 0

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

Shades of Chartreuse Yellow #EAF700

Tints of Chartreuse Yellow #EAF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.35%

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

R = 48.65%
G = 51.35%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#EAF700 (or 0xEAF700) is known color: Chartreuse Yellow. HEX triplet: EA, F7 and 00. RGB value is (234,247,0). Sum of RGB (Red+Green+Blue) = 234+247+0=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF700 is #1508FF. Grayscale: #D7D7D7. Windows color (decimal): -1378560 or 63466. OLE color: 63466.

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

Color convert

RGB 234 247 0 -
CMYK 0.05 0 1 0.03
HSL 63.16º 1% 0.48% -
HSV(B) 63.16º 1% 0.97% -
XYZ 67.19 84.01 12.67 -
YUV 214.96 6.69 141.58 -
System Red Green Blue C M Y K H S L
Decimal 234 247 0 0.05 0 1 0.03 63.16 1 0.48
Hex EA F7 0 5 0 64 3 3F 64 30
Octal 352 367 0 5 0 144 3 77 144 60
Binary 11101010 11110111 0 101 0 1100100 11 111111 1100100 110000

Color Harmonies of #EAF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF700

Black with #EAF700

Text Example


Text Example

White with #EAF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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