Html Css Color HEX #EAFD14 Chartreuse Yellow

📋 copy color: '#EAFD14'

red 234 ◦ green 253 ◦ blue 20

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

Shades of Chartreuse Yellow #EAFD14

Tints of Chartreuse Yellow #EAFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

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

R = 46.15%
G = 49.9%
B = 3.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#EAFD14 (or 0xEAFD14) is known color: Chartreuse Yellow. HEX triplet: EA, FD and 14. RGB value is (234,253,20). Sum of RGB (Red+Green+Blue) = 234+253+20=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 20 (8.20% from 255 or 3.94% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFD14 is #1502EB. Grayscale: #DDDDDD. Windows color (decimal): -1377004 or 1375722. OLE color: 1375722.

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

Color convert

RGB 234 253 20 -
CMYK 0.08 0 0.92 0.01
HSL 64.89º 0.98% 0.54% -
HSV(B) 64.89º 0.92% 0.99% -
XYZ 69.18 87.79 13.96 -
YUV 220.76 14.71 137.45 -
System Red Green Blue C M Y K H S L
Decimal 234 253 20 0.08 0 0.92 0.01 64.89 0.98 0.54
Hex EA FD 14 8 0 5C 1 41 62 36
Octal 352 375 24 10 0 134 1 101 142 66
Binary 11101010 11111101 10100 1000 0 1011100 1 1000001 1100010 110110

Color Harmonies of #EAFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD14

Black with #EAFD14

Text Example


Text Example

White with #EAFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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