#EDFD5F

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

Shades of Honeysuckle #EDFD5F

Tints of Honeysuckle #EDFD5F

Color information

#EDFD5F (or 0xEDFD5F) is unknown color: approx Honeysuckle. HEX triplet: ED, FD and 5F. RGB value is (237,253,95). Sum of RGB (Red+Green+Blue) = 237+253+95=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 95 (37.5% from 255 or 16.24% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD5F is #1202A0. Grayscale: #E6E6E6. Windows color (decimal): -1180321 or 6290925. OLE color: 6290925.

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

Color convert

RGB23725395-
CMYK0.0600.620.01
HSL66.08º97.53%68.24%-
HSV(B)66.08º62.45%99.22%-
XYZ72.1289.0824.22-
YUV230.251.7132.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 95 (37.5% from 255) = 16.24%
R=40.51%
G=43.25%
B=16.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237253950.0600.620.0166.0897.5368.24
HexEDFD5F603E1426244
Octal35537513760761102142104
Binary1110110111111101101111111001111101100001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD5F; }

 p { color: rgb(237,253,95); }

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

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

 a { background-color: rgb(237,253,95); }

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

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

 span { border-color: rgb(237,253,95); }

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