Shades of Honeysuckle #DAF652
Tints of Honeysuckle #DAF652
RGB
CMYK
RGB Variations
Color information
#DAF652 (or 0xDAF652) is known color: Honeysuckle. HEX triplet: DA, F6 and 52. RGB value is (218,246,82). Sum of RGB (Red+Green+Blue) = 218+246+82=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF652 is #2509AD. Grayscale: #DBDBDB. Windows color (decimal): -2427310 or 5437146. OLE color: 5437146.
HSL color Cylindrical-coordinate representation of color #DAF652: hue angle of 70.24º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF652 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 82 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.04 |
| HSL | 70.24º | 0.9% | 0.64% | - |
| HSV(B) | 70.24º | 0.67% | 0.96% | - |
| XYZ | 63.39 | 81.43 | 20.36 | - |
| YUV | 218.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 82 | 0.11 | 0 | 0.67 | 0.04 | 70.24 | 0.9 | 0.64 |
| Hex | DA | F6 | 52 | B | 0 | 43 | 4 | 46 | 5A | 40 |
| Octal | 332 | 366 | 122 | 13 | 0 | 103 | 4 | 106 | 132 | 100 |
| Binary | 11011010 | 11110110 | 1010010 | 1011 | 0 | 1000011 | 100 | 1000110 | 1011010 | 1000000 |
Color Harmonies of #DAF652
Complementary color
Monochromatic Colors of #DAF652
Black with #DAF652
Text Example
Text Example
White with #DAF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF652; }
p { color: rgb(218,246,82); }
H1.HeaderClassName
{
color: #DAF652;
}
.AnyTagClassName
{
color: #DAF652;
}
</style>
background-color css
<style>
a { background-color: #DAF652; }
a { background-color: rgb(218,246,82); }
div.DivClassName
{
background-color: #DAF652;
}
.BgClassName
{
background-color: #DAF652;
}
</style>
border-color css
<style>
span { border-color: #DAF652; }
span { border-color: rgb(218,246,82); }
td.TdClassName
{
border-color: #DAF652;
}
.TagClassName
{
border-color: #DAF652;
}
</style>