Shades of Honeysuckle #EDFE6D
Tints of Honeysuckle #EDFE6D
RGB
CMYK
RGB Variations
Color information
#EDFE6D (or 0xEDFE6D) is known color: Honeysuckle. HEX triplet: ED, FE and 6D. RGB value is (237,254,109). Sum of RGB (Red+Green+Blue) = 237+254+109=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 109 (42.97% from 255 or 18.17% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE6D is #120192. Grayscale: #E8E8E8. Windows color (decimal): -1180051 or 7208685. OLE color: 7208685.
HSL color Cylindrical-coordinate representation of color #EDFE6D: hue angle of 67.03º 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 #EDFE6D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 109 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.00 |
| HSL | 67.03º | 0.99% | 0.71% | - |
| HSV(B) | 67.03º | 0.57% | 1% | - |
| XYZ | 73.13 | 89.99 | 27.98 | - |
| YUV | 232.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 109 | 0.07 | 0 | 0.57 | 0.00 | 67.03 | 0.99 | 0.71 |
| Hex | ED | FE | 6D | 7 | 0 | 39 | 0 | 43 | 63 | 47 |
| Octal | 355 | 376 | 155 | 7 | 0 | 71 | 0 | 103 | 143 | 107 |
| Binary | 11101101 | 11111110 | 1101101 | 111 | 0 | 111001 | 0 | 1000011 | 1100011 | 1000111 |
Color Harmonies of #EDFE6D
Complementary color
Monochromatic Colors of #EDFE6D
Black with #EDFE6D
Text Example
Text Example
White with #EDFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE6D; }
p { color: rgb(237,254,109); }
H1.HeaderClassName
{
color: #EDFE6D;
}
.AnyTagClassName
{
color: #EDFE6D;
}
</style>
background-color css
<style>
a { background-color: #EDFE6D; }
a { background-color: rgb(237,254,109); }
div.DivClassName
{
background-color: #EDFE6D;
}
.BgClassName
{
background-color: #EDFE6D;
}
</style>
border-color css
<style>
span { border-color: #EDFE6D; }
span { border-color: rgb(237,254,109); }
td.TdClassName
{
border-color: #EDFE6D;
}
.TagClassName
{
border-color: #EDFE6D;
}
</style>