Shades of Honeysuckle #DAF756
Tints of Honeysuckle #DAF756
RGB
CMYK
RGB Variations
Color information
#DAF756 (or 0xDAF756) is known color: Honeysuckle. HEX triplet: DA, F7 and 56. RGB value is (218,247,86). Sum of RGB (Red+Green+Blue) = 218+247+86=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF756 is #2508A9. Grayscale: #DCDCDC. Windows color (decimal): -2427050 or 5699546. OLE color: 5699546.
HSL color Cylindrical-coordinate representation of color #DAF756: hue angle of 70.81º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF756 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 86 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.03 |
| HSL | 70.81º | 0.91% | 0.65% | - |
| HSV(B) | 70.81º | 0.65% | 0.97% | - |
| XYZ | 63.85 | 82.1 | 21.29 | - |
| YUV | 219.98 | 52.39 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 86 | 0.12 | 0 | 0.65 | 0.03 | 70.81 | 0.91 | 0.65 |
| Hex | DA | F7 | 56 | C | 0 | 41 | 3 | 47 | 5B | 41 |
| Octal | 332 | 367 | 126 | 14 | 0 | 101 | 3 | 107 | 133 | 101 |
| Binary | 11011010 | 11110111 | 1010110 | 1100 | 0 | 1000001 | 11 | 1000111 | 1011011 | 1000001 |
Color Harmonies of #DAF756
Complementary color
Monochromatic Colors of #DAF756
Black with #DAF756
Text Example
Text Example
White with #DAF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF756; }
p { color: rgb(218,247,86); }
H1.HeaderClassName
{
color: #DAF756;
}
.AnyTagClassName
{
color: #DAF756;
}
</style>
background-color css
<style>
a { background-color: #DAF756; }
a { background-color: rgb(218,247,86); }
div.DivClassName
{
background-color: #DAF756;
}
.BgClassName
{
background-color: #DAF756;
}
</style>
border-color css
<style>
span { border-color: #DAF756; }
span { border-color: rgb(218,247,86); }
td.TdClassName
{
border-color: #DAF756;
}
.TagClassName
{
border-color: #DAF756;
}
</style>