Shades of Honeysuckle #DAF256
Tints of Honeysuckle #DAF256
RGB
CMYK
RGB Variations
Color information
#DAF256 (or 0xDAF256) is known color: Honeysuckle. HEX triplet: DA, F2 and 56. RGB value is (218,242,86). Sum of RGB (Red+Green+Blue) = 218+242+86=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF256 is #250DA9. Grayscale: #D9D9D9. Windows color (decimal): -2428330 or 5698266. OLE color: 5698266.
HSL color Cylindrical-coordinate representation of color #DAF256: hue angle of 69.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAF256 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 86 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.05 |
| HSL | 69.23º | 0.86% | 0.64% | - |
| HSV(B) | 69.23º | 0.64% | 0.95% | - |
| XYZ | 62.35 | 79.08 | 20.78 | - |
| YUV | 217.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 86 | 0.10 | 0 | 0.64 | 0.05 | 69.23 | 0.86 | 0.64 |
| Hex | DA | F2 | 56 | A | 0 | 40 | 5 | 45 | 56 | 40 |
| Octal | 332 | 362 | 126 | 12 | 0 | 100 | 5 | 105 | 126 | 100 |
| Binary | 11011010 | 11110010 | 1010110 | 1010 | 0 | 1000000 | 101 | 1000101 | 1010110 | 1000000 |
Color Harmonies of #DAF256
Complementary color
Monochromatic Colors of #DAF256
Black with #DAF256
Text Example
Text Example
White with #DAF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF256; }
p { color: rgb(218,242,86); }
H1.HeaderClassName
{
color: #DAF256;
}
.AnyTagClassName
{
color: #DAF256;
}
</style>
background-color css
<style>
a { background-color: #DAF256; }
a { background-color: rgb(218,242,86); }
div.DivClassName
{
background-color: #DAF256;
}
.BgClassName
{
background-color: #DAF256;
}
</style>
border-color css
<style>
span { border-color: #DAF256; }
span { border-color: rgb(218,242,86); }
td.TdClassName
{
border-color: #DAF256;
}
.TagClassName
{
border-color: #DAF256;
}
</style>