Html Css Color HEX #EAF000 Chartreuse Yellow

📋 copy color: '#EAF000'

red 234 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #EAF000

Tints of Chartreuse Yellow #EAF000

RGB

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

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

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

R = 49.37%
G = 50.63%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EAF000 (or 0xEAF000) is known color: Chartreuse Yellow. HEX triplet: EA, F0 and 00. RGB value is (234,240,0). Sum of RGB (Red+Green+Blue) = 234+240+0=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF000 is #150FFF. Grayscale: #D3D3D3. Windows color (decimal): -1380352 or 61674. OLE color: 61674.

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

Color convert

RGB 234 240 0 -
CMYK 0.02 0 1 0.06
HSL 61.5º 1% 0.47% -
HSV(B) 61.5º 1% 0.94% -
XYZ 65.09 79.81 11.97 -
YUV 210.85 9.01 144.51 -
System Red Green Blue C M Y K H S L
Decimal 234 240 0 0.02 0 1 0.06 61.5 1 0.47
Hex EA F0 0 2 0 64 6 3E 64 2F
Octal 352 360 0 2 0 144 6 76 144 57
Binary 11101010 11110000 0 10 0 1100100 110 111110 1100100 101111

Color Harmonies of #EAF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF000

Black with #EAF000

Text Example


Text Example

White with #EAF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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