Html Css Color HEX #EAF614 Chartreuse Yellow

📋 copy color: '#EAF614'

red 234 ◦ green 246 ◦ blue 20

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

Shades of Chartreuse Yellow #EAF614

Tints of Chartreuse Yellow #EAF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

 BLUE value IS 20 (8.2% from 255) = 4%

R = 46.8%
G = 49.2%
B = 4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#EAF614 (or 0xEAF614) is known color: Chartreuse Yellow. HEX triplet: EA, F6 and 14. RGB value is (234,246,20). Sum of RGB (Red+Green+Blue) = 234+246+20=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF614 is #1509EB. Grayscale: #D9D9D9. Windows color (decimal): -1378796 or 1373930. OLE color: 1373930.

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

Color convert

RGB 234 246 20 -
CMYK 0.05 0 0.92 0.04
HSL 63.19º 0.93% 0.52% -
HSV(B) 63.19º 0.92% 0.96% -
XYZ 67.01 83.45 13.24 -
YUV 216.65 17.02 140.38 -
System Red Green Blue C M Y K H S L
Decimal 234 246 20 0.05 0 0.92 0.04 63.19 0.93 0.52
Hex EA F6 14 5 0 5C 4 3F 5D 34
Octal 352 366 24 5 0 134 4 77 135 64
Binary 11101010 11110110 10100 101 0 1011100 100 111111 1011101 110100

Color Harmonies of #EAF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF614

Black with #EAF614

Text Example


Text Example

White with #EAF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF614; }

 p { color: rgb(234,246,20); }

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

background-color css

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

 a { background-color: rgb(234,246,20); }

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

border-color css

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

 span { border-color: rgb(234,246,20); }

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