#EDFE5E

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

Shades of Honeysuckle #EDFE5E

Tints of Honeysuckle #EDFE5E

Color information

#EDFE5E (or 0xEDFE5E) is unknown color: approx Honeysuckle. HEX triplet: ED, FE and 5E. RGB value is (237,254,94). Sum of RGB (Red+Green+Blue) = 237+254+94=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE5E is #1201A1. Grayscale: #E7E7E7. Windows color (decimal): -1180066 or 6225645. OLE color: 6225645.

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

Color convert

RGB23725494-
CMYK0.0700.630.00
HSL66.38º98.77%68.24%-
HSV(B)66.38º62.99%99.61%-
XYZ72.3989.724.09-
YUV230.6850.87132.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 94 (37.11% from 255) = 16.07%
R=40.51%
G=43.42%
B=16.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237254940.0700.630.0066.3898.7768.24
HexEDFE5E703F0426344
Octal35537613670770102143104
Binary1110110111111110101111011101111110100001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE5E; }

 p { color: rgb(237,254,94); }

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

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

 a { background-color: rgb(237,254,94); }

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

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

 span { border-color: rgb(237,254,94); }

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