Shades of Honeysuckle #DEF45E
Tints of Honeysuckle #DEF45E
RGB
CMYK
RGB Variations
Color information
#DEF45E (or 0xDEF45E) is known color: Honeysuckle. HEX triplet: DE, F4 and 5E. RGB value is (222,244,94). Sum of RGB (Red+Green+Blue) = 222+244+94=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF45E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF45E is #210BA1. Grayscale: #DCDCDC. Windows color (decimal): -2165666 or 6223070. OLE color: 6223070.
HSL color Cylindrical-coordinate representation of color #DEF45E: hue angle of 68.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEF45E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 94 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.04 |
| HSL | 68.8º | 0.87% | 0.66% | - |
| HSV(B) | 68.8º | 0.61% | 0.96% | - |
| XYZ | 64.5 | 81.04 | 22.83 | - |
| YUV | 220.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 94 | 0.09 | 0 | 0.61 | 0.04 | 68.8 | 0.87 | 0.66 |
| Hex | DE | F4 | 5E | 9 | 0 | 3D | 4 | 45 | 57 | 42 |
| Octal | 336 | 364 | 136 | 11 | 0 | 75 | 4 | 105 | 127 | 102 |
| Binary | 11011110 | 11110100 | 1011110 | 1001 | 0 | 111101 | 100 | 1000101 | 1010111 | 1000010 |
Color Harmonies of #DEF45E
Complementary color
Monochromatic Colors of #DEF45E
Black with #DEF45E
Text Example
Text Example
White with #DEF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF45E; }
p { color: rgb(222,244,94); }
H1.HeaderClassName
{
color: #DEF45E;
}
.AnyTagClassName
{
color: #DEF45E;
}
</style>
background-color css
<style>
a { background-color: #DEF45E; }
a { background-color: rgb(222,244,94); }
div.DivClassName
{
background-color: #DEF45E;
}
.BgClassName
{
background-color: #DEF45E;
}
</style>
border-color css
<style>
span { border-color: #DEF45E; }
span { border-color: rgb(222,244,94); }
td.TdClassName
{
border-color: #DEF45E;
}
.TagClassName
{
border-color: #DEF45E;
}
</style>