Shades of Honeysuckle #EDFE6E
Tints of Honeysuckle #EDFE6E
RGB
CMYK
RGB Variations
Color information
#EDFE6E (or 0xEDFE6E) is known color: Honeysuckle. HEX triplet: ED, FE and 6E. RGB value is (237,254,110). Sum of RGB (Red+Green+Blue) = 237+254+110=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 110 (43.36% from 255 or 18.30% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE6E is #120191. Grayscale: #E9E9E9. Windows color (decimal): -1180050 or 7274221. OLE color: 7274221.
HSL color Cylindrical-coordinate representation of color #EDFE6E: hue angle of 67.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDFE6E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 110 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.00 |
| HSL | 67.08º | 0.99% | 0.71% | - |
| HSV(B) | 67.08º | 0.57% | 1% | - |
| XYZ | 73.18 | 90.01 | 28.27 | - |
| YUV | 232.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 110 | 0.07 | 0 | 0.57 | 0.00 | 67.08 | 0.99 | 0.71 |
| Hex | ED | FE | 6E | 7 | 0 | 39 | 0 | 43 | 63 | 47 |
| Octal | 355 | 376 | 156 | 7 | 0 | 71 | 0 | 103 | 143 | 107 |
| Binary | 11101101 | 11111110 | 1101110 | 111 | 0 | 111001 | 0 | 1000011 | 1100011 | 1000111 |
Color Harmonies of #EDFE6E
Complementary color
Monochromatic Colors of #EDFE6E
Black with #EDFE6E
Text Example
Text Example
White with #EDFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE6E; }
p { color: rgb(237,254,110); }
H1.HeaderClassName
{
color: #EDFE6E;
}
.AnyTagClassName
{
color: #EDFE6E;
}
</style>
background-color css
<style>
a { background-color: #EDFE6E; }
a { background-color: rgb(237,254,110); }
div.DivClassName
{
background-color: #EDFE6E;
}
.BgClassName
{
background-color: #EDFE6E;
}
</style>
border-color css
<style>
span { border-color: #EDFE6E; }
span { border-color: rgb(237,254,110); }
td.TdClassName
{
border-color: #EDFE6E;
}
.TagClassName
{
border-color: #EDFE6E;
}
</style>