Shades of Honeysuckle #DAF255
Tints of Honeysuckle #DAF255
RGB
CMYK
RGB Variations
Color information
#DAF255 (or 0xDAF255) is known color: Honeysuckle. HEX triplet: DA, F2 and 55. RGB value is (218,242,85). Sum of RGB (Red+Green+Blue) = 218+242+85=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF255 is #250DAA. Grayscale: #D9D9D9. Windows color (decimal): -2428331 or 5632730. OLE color: 5632730.
HSL color Cylindrical-coordinate representation of color #DAF255: hue angle of 69.17º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF255 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 85 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.05 |
| HSL | 69.17º | 0.86% | 0.64% | - |
| HSV(B) | 69.17º | 0.65% | 0.95% | - |
| XYZ | 62.31 | 79.07 | 20.57 | - |
| YUV | 216.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 85 | 0.10 | 0 | 0.65 | 0.05 | 69.17 | 0.86 | 0.64 |
| Hex | DA | F2 | 55 | A | 0 | 41 | 5 | 45 | 56 | 40 |
| Octal | 332 | 362 | 125 | 12 | 0 | 101 | 5 | 105 | 126 | 100 |
| Binary | 11011010 | 11110010 | 1010101 | 1010 | 0 | 1000001 | 101 | 1000101 | 1010110 | 1000000 |
Color Harmonies of #DAF255
Complementary color
Monochromatic Colors of #DAF255
Black with #DAF255
Text Example
Text Example
White with #DAF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF255; }
p { color: rgb(218,242,85); }
H1.HeaderClassName
{
color: #DAF255;
}
.AnyTagClassName
{
color: #DAF255;
}
</style>
background-color css
<style>
a { background-color: #DAF255; }
a { background-color: rgb(218,242,85); }
div.DivClassName
{
background-color: #DAF255;
}
.BgClassName
{
background-color: #DAF255;
}
</style>
border-color css
<style>
span { border-color: #DAF255; }
span { border-color: rgb(218,242,85); }
td.TdClassName
{
border-color: #DAF255;
}
.TagClassName
{
border-color: #DAF255;
}
</style>