Shades of Honeysuckle #DEF64D
Tints of Honeysuckle #DEF64D
RGB
CMYK
RGB Variations
Color information
#DEF64D (or 0xDEF64D) is known color: Honeysuckle. HEX triplet: DE, F6 and 4D. RGB value is (222,246,77). Sum of RGB (Red+Green+Blue) = 222+246+77=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF64D is #2109B2. Grayscale: #DCDCDC. Windows color (decimal): -2165171 or 5109470. OLE color: 5109470.
HSL color Cylindrical-coordinate representation of color #DEF64D: hue angle of 68.52º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEF64D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 77 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.04 |
| HSL | 68.52º | 0.9% | 0.63% | - |
| HSV(B) | 68.52º | 0.69% | 0.96% | - |
| XYZ | 64.42 | 81.98 | 19.45 | - |
| YUV | 219.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 77 | 0.10 | 0 | 0.69 | 0.04 | 68.52 | 0.9 | 0.63 |
| Hex | DE | F6 | 4D | A | 0 | 45 | 4 | 45 | 5A | 3F |
| Octal | 336 | 366 | 115 | 12 | 0 | 105 | 4 | 105 | 132 | 77 |
| Binary | 11011110 | 11110110 | 1001101 | 1010 | 0 | 1000101 | 100 | 1000101 | 1011010 | 111111 |
Color Harmonies of #DEF64D
Complementary color
Monochromatic Colors of #DEF64D
Black with #DEF64D
Text Example
Text Example
White with #DEF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF64D; }
p { color: rgb(222,246,77); }
H1.HeaderClassName
{
color: #DEF64D;
}
.AnyTagClassName
{
color: #DEF64D;
}
</style>
background-color css
<style>
a { background-color: #DEF64D; }
a { background-color: rgb(222,246,77); }
div.DivClassName
{
background-color: #DEF64D;
}
.BgClassName
{
background-color: #DEF64D;
}
</style>
border-color css
<style>
span { border-color: #DEF64D; }
span { border-color: rgb(222,246,77); }
td.TdClassName
{
border-color: #DEF64D;
}
.TagClassName
{
border-color: #DEF64D;
}
</style>