Shades of Honeysuckle #DAF056
Tints of Honeysuckle #DAF056
RGB
CMYK
RGB Variations
Color information
#DAF056 (or 0xDAF056) is known color: Honeysuckle. HEX triplet: DA, F0 and 56. RGB value is (218,240,86). Sum of RGB (Red+Green+Blue) = 218+240+86=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 86 (33.98% from 255 or 15.81% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF056 is #250FA9. Grayscale: #D8D8D8. Windows color (decimal): -2428842 or 5697754. OLE color: 5697754.
HSL color Cylindrical-coordinate representation of color #DAF056: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAF056 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 86 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.06 |
| HSL | 68.57º | 0.84% | 0.64% | - |
| HSV(B) | 68.57º | 0.64% | 0.94% | - |
| XYZ | 61.75 | 77.9 | 20.59 | - |
| YUV | 215.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 86 | 0.09 | 0 | 0.64 | 0.06 | 68.57 | 0.84 | 0.64 |
| Hex | DA | F0 | 56 | 9 | 0 | 40 | 6 | 45 | 54 | 40 |
| Octal | 332 | 360 | 126 | 11 | 0 | 100 | 6 | 105 | 124 | 100 |
| Binary | 11011010 | 11110000 | 1010110 | 1001 | 0 | 1000000 | 110 | 1000101 | 1010100 | 1000000 |
Color Harmonies of #DAF056
Complementary color
Monochromatic Colors of #DAF056
Black with #DAF056
Text Example
Text Example
White with #DAF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF056; }
p { color: rgb(218,240,86); }
H1.HeaderClassName
{
color: #DAF056;
}
.AnyTagClassName
{
color: #DAF056;
}
</style>
background-color css
<style>
a { background-color: #DAF056; }
a { background-color: rgb(218,240,86); }
div.DivClassName
{
background-color: #DAF056;
}
.BgClassName
{
background-color: #DAF056;
}
</style>
border-color css
<style>
span { border-color: #DAF056; }
span { border-color: rgb(218,240,86); }
td.TdClassName
{
border-color: #DAF056;
}
.TagClassName
{
border-color: #DAF056;
}
</style>