Html Css Color HEX #EAF005 Chartreuse Yellow

📋 copy color: '#EAF005'

red 234 ◦ green 240 ◦ blue 5

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

Shades of Chartreuse Yellow #EAF005

Tints of Chartreuse Yellow #EAF005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 48.85%
G = 50.1%
B = 1.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EAF005 (or 0xEAF005) is known color: Chartreuse Yellow. HEX triplet: EA, F0 and 05. RGB value is (234,240,5). Sum of RGB (Red+Green+Blue) = 234+240+5=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF005 is #150FFA. Grayscale: #D4D4D4. Windows color (decimal): -1380347 or 389354. OLE color: 389354.

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

Color convert

RGB 234 240 5 -
CMYK 0.02 0 0.98 0.06
HSL 61.53º 0.96% 0.48% -
HSV(B) 61.53º 0.98% 0.94% -
XYZ 65.12 79.82 12.12 -
YUV 211.42 11.51 144.11 -
System Red Green Blue C M Y K H S L
Decimal 234 240 5 0.02 0 0.98 0.06 61.53 0.96 0.48
Hex EA F0 5 2 0 62 6 3E 60 30
Octal 352 360 5 2 0 142 6 76 140 60
Binary 11101010 11110000 101 10 0 1100010 110 111110 1100000 110000

Color Harmonies of #EAF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF005

Black with #EAF005

Text Example


Text Example

White with #EAF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF005; }

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

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

background-color css

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

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

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

border-color css

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

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

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