Html Css Color HEX #EAF50F Chartreuse Yellow

📋 copy color: '#EAF50F'

red 234 ◦ green 245 ◦ blue 15

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

Shades of Chartreuse Yellow #EAF50F

Tints of Chartreuse Yellow #EAF50F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.6%

 BLUE value IS 15 (6.25% from 255) = 3.04%

R = 47.37%
G = 49.6%
B = 3.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#EAF50F (or 0xEAF50F) is known color: Chartreuse Yellow. HEX triplet: EA, F5 and 0F. RGB value is (234,245,15). Sum of RGB (Red+Green+Blue) = 234+245+15=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF50F is #150AF0. Grayscale: #D8D8D8. Windows color (decimal): -1379057 or 1045994. OLE color: 1045994.

HSL color Cylindrical-coordinate representation of color #EAF50F: hue angle of 62.87º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAF50F is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 15 -
CMYK 0.04 0 0.94 0.04
HSL 62.87º 0.92% 0.51% -
HSV(B) 62.87º 0.94% 0.96% -
XYZ 66.67 82.83 12.93 -
YUV 215.49 14.86 141.2 -
System Red Green Blue C M Y K H S L
Decimal 234 245 15 0.04 0 0.94 0.04 62.87 0.92 0.51
Hex EA F5 F 4 0 5E 4 3F 5C 33
Octal 352 365 17 4 0 136 4 77 134 63
Binary 11101010 11110101 1111 100 0 1011110 100 111111 1011100 110011

Color Harmonies of #EAF50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF50F

Black with #EAF50F

Text Example


Text Example

White with #EAF50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF50F; }

 p { color: rgb(234,245,15); }

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

background-color css

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

 a { background-color: rgb(234,245,15); }

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

border-color css

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

 span { border-color: rgb(234,245,15); }

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