Shades of Honeysuckle #DAF656
Tints of Honeysuckle #DAF656
RGB
CMYK
RGB Variations
Color information
#DAF656 (or 0xDAF656) is known color: Honeysuckle. HEX triplet: DA, F6 and 56. RGB value is (218,246,86). Sum of RGB (Red+Green+Blue) = 218+246+86=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF656 is #2509A9. Grayscale: #DBDBDB. Windows color (decimal): -2427306 or 5699290. OLE color: 5699290.
HSL color Cylindrical-coordinate representation of color #DAF656: hue angle of 70.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF656 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 86 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.04 |
| HSL | 70.5º | 0.9% | 0.65% | - |
| HSV(B) | 70.5º | 0.65% | 0.96% | - |
| XYZ | 63.55 | 81.49 | 21.18 | - |
| YUV | 219.39 | 52.72 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 86 | 0.11 | 0 | 0.65 | 0.04 | 70.5 | 0.9 | 0.65 |
| Hex | DA | F6 | 56 | B | 0 | 41 | 4 | 46 | 5A | 41 |
| Octal | 332 | 366 | 126 | 13 | 0 | 101 | 4 | 106 | 132 | 101 |
| Binary | 11011010 | 11110110 | 1010110 | 1011 | 0 | 1000001 | 100 | 1000110 | 1011010 | 1000001 |
Color Harmonies of #DAF656
Complementary color
Monochromatic Colors of #DAF656
Black with #DAF656
Text Example
Text Example
White with #DAF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF656; }
p { color: rgb(218,246,86); }
H1.HeaderClassName
{
color: #DAF656;
}
.AnyTagClassName
{
color: #DAF656;
}
</style>
background-color css
<style>
a { background-color: #DAF656; }
a { background-color: rgb(218,246,86); }
div.DivClassName
{
background-color: #DAF656;
}
.BgClassName
{
background-color: #DAF656;
}
</style>
border-color css
<style>
span { border-color: #DAF656; }
span { border-color: rgb(218,246,86); }
td.TdClassName
{
border-color: #DAF656;
}
.TagClassName
{
border-color: #DAF656;
}
</style>