Shades of Honeysuckle #DAF155
Tints of Honeysuckle #DAF155
RGB
CMYK
RGB Variations
Color information
#DAF155 (or 0xDAF155) is known color: Honeysuckle. HEX triplet: DA, F1 and 55. RGB value is (218,241,85). Sum of RGB (Red+Green+Blue) = 218+241+85=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF155 is #250EAA. Grayscale: #D8D8D8. Windows color (decimal): -2428587 or 5632474. OLE color: 5632474.
HSL color Cylindrical-coordinate representation of color #DAF155: hue angle of 68.85º degrees, saturation: 0.85, 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 #DAF155 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 85 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.05 |
| HSL | 68.85º | 0.85% | 0.64% | - |
| HSV(B) | 68.85º | 0.65% | 0.95% | - |
| XYZ | 62.01 | 78.47 | 20.47 | - |
| YUV | 216.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 85 | 0.10 | 0 | 0.65 | 0.05 | 68.85 | 0.85 | 0.64 |
| Hex | DA | F1 | 55 | A | 0 | 41 | 5 | 45 | 55 | 40 |
| Octal | 332 | 361 | 125 | 12 | 0 | 101 | 5 | 105 | 125 | 100 |
| Binary | 11011010 | 11110001 | 1010101 | 1010 | 0 | 1000001 | 101 | 1000101 | 1010101 | 1000000 |
Color Harmonies of #DAF155
Complementary color
Monochromatic Colors of #DAF155
Black with #DAF155
Text Example
Text Example
White with #DAF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF155; }
p { color: rgb(218,241,85); }
H1.HeaderClassName
{
color: #DAF155;
}
.AnyTagClassName
{
color: #DAF155;
}
</style>
background-color css
<style>
a { background-color: #DAF155; }
a { background-color: rgb(218,241,85); }
div.DivClassName
{
background-color: #DAF155;
}
.BgClassName
{
background-color: #DAF155;
}
</style>
border-color css
<style>
span { border-color: #DAF155; }
span { border-color: rgb(218,241,85); }
td.TdClassName
{
border-color: #DAF155;
}
.TagClassName
{
border-color: #DAF155;
}
</style>