Shades of Honeysuckle #EDFE68
Tints of Honeysuckle #EDFE68
RGB
CMYK
RGB Variations
Color information
#EDFE68 (or 0xEDFE68) is known color: Honeysuckle. HEX triplet: ED, FE and 68. RGB value is (237,254,104). Sum of RGB (Red+Green+Blue) = 237+254+104=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 104 (41.02% from 255 or 17.48% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE68 is #120197. Grayscale: #E8E8E8. Windows color (decimal): -1180056 or 6881005. OLE color: 6881005.
HSL color Cylindrical-coordinate representation of color #EDFE68: hue angle of 66.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDFE68 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 104 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.00 |
| HSL | 66.8º | 0.99% | 0.7% | - |
| HSV(B) | 66.8º | 0.59% | 1% | - |
| XYZ | 72.87 | 89.89 | 26.61 | - |
| YUV | 231.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 104 | 0.07 | 0 | 0.59 | 0.00 | 66.8 | 0.99 | 0.7 |
| Hex | ED | FE | 68 | 7 | 0 | 3B | 0 | 43 | 63 | 46 |
| Octal | 355 | 376 | 150 | 7 | 0 | 73 | 0 | 103 | 143 | 106 |
| Binary | 11101101 | 11111110 | 1101000 | 111 | 0 | 111011 | 0 | 1000011 | 1100011 | 1000110 |
Color Harmonies of #EDFE68
Complementary color
Monochromatic Colors of #EDFE68
Black with #EDFE68
Text Example
Text Example
White with #EDFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE68; }
p { color: rgb(237,254,104); }
H1.HeaderClassName
{
color: #EDFE68;
}
.AnyTagClassName
{
color: #EDFE68;
}
</style>
background-color css
<style>
a { background-color: #EDFE68; }
a { background-color: rgb(237,254,104); }
div.DivClassName
{
background-color: #EDFE68;
}
.BgClassName
{
background-color: #EDFE68;
}
</style>
border-color css
<style>
span { border-color: #EDFE68; }
span { border-color: rgb(237,254,104); }
td.TdClassName
{
border-color: #EDFE68;
}
.TagClassName
{
border-color: #EDFE68;
}
</style>