Html Css Color HEX #EAFF13 Chartreuse Yellow

📋 copy color: '#EAFF13'

red 234 ◦ green 255 ◦ blue 19

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

Shades of Chartreuse Yellow #EAFF13

Tints of Chartreuse Yellow #EAFF13

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 19 (7.81% from 255) = 3.74%

R = 46.06%
G = 50.2%
B = 3.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#EAFF13 (or 0xEAFF13) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 13. RGB value is (234,255,19). Sum of RGB (Red+Green+Blue) = 234+255+19=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 19 (7.81% from 255 or 3.74% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF13 is #1500EC. Grayscale: #DEDEDE. Windows color (decimal): -1376493 or 1310698. OLE color: 1310698.

HSL color Cylindrical-coordinate representation of color #EAFF13: hue angle of 65.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAFF13 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 19 -
CMYK 0.08 0 0.93 0
HSL 65.34º 1% 0.54% -
HSV(B) 65.34º 0.93% 1% -
XYZ 69.81 89.06 14.13 -
YUV 221.82 13.54 136.69 -
System Red Green Blue C M Y K H S L
Decimal 234 255 19 0.08 0 0.93 0 65.34 1 0.54
Hex EA FF 13 8 0 5D 0 41 64 36
Octal 352 377 23 10 0 135 0 101 144 66
Binary 11101010 11111111 10011 1000 0 1011101 0 1000001 1100100 110110

Color Harmonies of #EAFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF13

Black with #EAFF13

Text Example


Text Example

White with #EAFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF13; }

 p { color: rgb(234,255,19); }

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

background-color css

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

 a { background-color: rgb(234,255,19); }

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

border-color css

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

 span { border-color: rgb(234,255,19); }

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