Shades of Honeysuckle #DAF151
Tints of Honeysuckle #DAF151
RGB
CMYK
RGB Variations
Color information
#DAF151 (or 0xDAF151) is known color: Honeysuckle. HEX triplet: DA, F1 and 51. RGB value is (218,241,81). Sum of RGB (Red+Green+Blue) = 218+241+81=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF151 is #250EAE. Grayscale: #D8D8D8. Windows color (decimal): -2428591 or 5370330. OLE color: 5370330.
HSL color Cylindrical-coordinate representation of color #DAF151: hue angle of 68.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAF151 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 81 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.05 |
| HSL | 68.63º | 0.85% | 0.63% | - |
| HSV(B) | 68.63º | 0.66% | 0.95% | - |
| XYZ | 61.85 | 78.41 | 19.66 | - |
| YUV | 215.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 81 | 0.10 | 0 | 0.66 | 0.05 | 68.63 | 0.85 | 0.63 |
| Hex | DA | F1 | 51 | A | 0 | 42 | 5 | 45 | 55 | 3F |
| Octal | 332 | 361 | 121 | 12 | 0 | 102 | 5 | 105 | 125 | 77 |
| Binary | 11011010 | 11110001 | 1010001 | 1010 | 0 | 1000010 | 101 | 1000101 | 1010101 | 111111 |
Color Harmonies of #DAF151
Complementary color
Monochromatic Colors of #DAF151
Black with #DAF151
Text Example
Text Example
White with #DAF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF151; }
p { color: rgb(218,241,81); }
H1.HeaderClassName
{
color: #DAF151;
}
.AnyTagClassName
{
color: #DAF151;
}
</style>
background-color css
<style>
a { background-color: #DAF151; }
a { background-color: rgb(218,241,81); }
div.DivClassName
{
background-color: #DAF151;
}
.BgClassName
{
background-color: #DAF151;
}
</style>
border-color css
<style>
span { border-color: #DAF151; }
span { border-color: rgb(218,241,81); }
td.TdClassName
{
border-color: #DAF151;
}
.TagClassName
{
border-color: #DAF151;
}
</style>