#EDFF0F

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

Shades of Chartreuse Yellow #EDFF0F

Tints of Chartreuse Yellow #EDFF0F

Color information

#EDFF0F (or 0xEDFF0F) is unknown color: approx Chartreuse Yellow. HEX triplet: ED, FF and 0F. RGB value is (237,255,15). Sum of RGB (Red+Green+Blue) = 237+255+15=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 15 (6.25% from 255 or 2.96% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF0F is #1200F0. Grayscale: #DFDFDF. Windows color (decimal): -1179889 or 1048557. OLE color: 1048557.

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

Color convert

RGB23725515-
CMYK0.0700.940
HSL64.5º100%52.94%-
HSV(B)64.5º94.12%100%-
XYZ70.7789.5614.01-
YUV222.2611.04138.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 15 (6.25% from 255) = 2.96%
R=46.75%
G=50.30%
B=2.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237255150.0700.94064.510052.94
HexEDFFF705E0406435
Octal3553771770136010014465
Binary1110110111111111111111101011110010000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF0F; }

 p { color: rgb(237,255,15); }

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

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

 a { background-color: rgb(237,255,15); }

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

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

 span { border-color: rgb(237,255,15); }

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