#EDFA15

Color #EDFA15 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #EDFA15

Tints of Chartreuse Yellow #EDFA15

Color information

#EDFA15 (or 0xEDFA15) is unknown color: approx Chartreuse Yellow. HEX triplet: ED, FA and 15. RGB value is (237,250,21). Sum of RGB (Red+Green+Blue) = 237+250+21=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 21 (8.59% from 255 or 4.13% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFA15 is #1205EA. Grayscale: #DCDCDC. Windows color (decimal): -1181163 or 1440493. OLE color: 1440493.

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

Color convert

RGB23725021-
CMYK0.0500.920.02
HSL63.41º95.82%53.14%-
HSV(B)63.41º91.6%98.04%-
XYZ69.2586.4313.74-
YUV220.0115.69140.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 250 (98.05% from 255) = 49.21%
BLUE value IS 21 (8.59% from 255) = 4.13%
R=46.65%
G=49.21%
B=4.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237250210.0500.920.0263.4195.8253.14
HexEDFA15505C23f6035
Octal355372255013427714065
Binary11101101111110101010110101011100101111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA15; }

 p { color: rgb(237,250,21); }

 H1.HeaderClassName
 {
   color: #EDFA15;
 }
 .AnyTagClassName
 {
   color: #EDFA15;
 }
</style>
background-color css

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

 a { background-color: rgb(237,250,21); }

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

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

 span { border-color: rgb(237,250,21); }

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