Html Css Color HEX #EAF50D Chartreuse Yellow

📋 copy color: '#EAF50D'

red 234 ◦ green 245 ◦ blue 13

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

Shades of Chartreuse Yellow #EAF50D

Tints of Chartreuse Yellow #EAF50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.64%

R = 47.56%
G = 49.8%
B = 2.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#EAF50D (or 0xEAF50D) is known color: Chartreuse Yellow. HEX triplet: EA, F5 and 0D. RGB value is (234,245,13). Sum of RGB (Red+Green+Blue) = 234+245+13=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF50D is #150AF2. Grayscale: #D8D8D8. Windows color (decimal): -1379059 or 914922. OLE color: 914922.

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

Color convert

RGB 234 245 13 -
CMYK 0.04 0 0.95 0.04
HSL 62.84º 0.92% 0.51% -
HSV(B) 62.84º 0.95% 0.96% -
XYZ 66.66 82.83 12.85 -
YUV 215.26 13.86 141.36 -
System Red Green Blue C M Y K H S L
Decimal 234 245 13 0.04 0 0.95 0.04 62.84 0.92 0.51
Hex EA F5 D 4 0 5F 4 3F 5C 33
Octal 352 365 15 4 0 137 4 77 134 63
Binary 11101010 11110101 1101 100 0 1011111 100 111111 1011100 110011

Color Harmonies of #EAF50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF50D

Black with #EAF50D

Text Example


Text Example

White with #EAF50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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