Html Css Color HEX #EAF007 Chartreuse Yellow

📋 copy color: '#EAF007'

red 234 ◦ green 240 ◦ blue 7

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

Shades of Chartreuse Yellow #EAF007

Tints of Chartreuse Yellow #EAF007

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 48.65%
G = 49.9%
B = 1.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EAF007 (or 0xEAF007) is known color: Chartreuse Yellow. HEX triplet: EA, F0 and 07. RGB value is (234,240,7). Sum of RGB (Red+Green+Blue) = 234+240+7=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF007 is #150FF8. Grayscale: #D4D4D4. Windows color (decimal): -1380345 or 520426. OLE color: 520426.

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

Color convert

RGB 234 240 7 -
CMYK 0.02 0 0.97 0.06
HSL 61.55º 0.94% 0.48% -
HSV(B) 61.55º 0.97% 0.94% -
XYZ 65.13 79.83 12.18 -
YUV 211.64 12.51 143.95 -
System Red Green Blue C M Y K H S L
Decimal 234 240 7 0.02 0 0.97 0.06 61.55 0.94 0.48
Hex EA F0 7 2 0 61 6 3E 5E 30
Octal 352 360 7 2 0 141 6 76 136 60
Binary 11101010 11110000 111 10 0 1100001 110 111110 1011110 110000

Color Harmonies of #EAF007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF007

Black with #EAF007

Text Example


Text Example

White with #EAF007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF007; }

 p { color: rgb(234,240,7); }

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

background-color css

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

 a { background-color: rgb(234,240,7); }

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

border-color css

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

 span { border-color: rgb(234,240,7); }

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