Shades of Honeysuckle #DAF154
Tints of Honeysuckle #DAF154
RGB
CMYK
RGB Variations
Color information
#DAF154 (or 0xDAF154) is known color: Honeysuckle. HEX triplet: DA, F1 and 54. RGB value is (218,241,84). Sum of RGB (Red+Green+Blue) = 218+241+84=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF154 is #250EAB. Grayscale: #D8D8D8. Windows color (decimal): -2428588 or 5566938. OLE color: 5566938.
HSL color Cylindrical-coordinate representation of color #DAF154: hue angle of 68.79º 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 #DAF154 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 84 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.05 |
| HSL | 68.79º | 0.85% | 0.64% | - |
| HSV(B) | 68.79º | 0.65% | 0.95% | - |
| XYZ | 61.97 | 78.46 | 20.26 | - |
| YUV | 216.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 84 | 0.10 | 0 | 0.65 | 0.05 | 68.79 | 0.85 | 0.64 |
| Hex | DA | F1 | 54 | A | 0 | 41 | 5 | 45 | 55 | 40 |
| Octal | 332 | 361 | 124 | 12 | 0 | 101 | 5 | 105 | 125 | 100 |
| Binary | 11011010 | 11110001 | 1010100 | 1010 | 0 | 1000001 | 101 | 1000101 | 1010101 | 1000000 |
Color Harmonies of #DAF154
Complementary color
Monochromatic Colors of #DAF154
Black with #DAF154
Text Example
Text Example
White with #DAF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF154; }
p { color: rgb(218,241,84); }
H1.HeaderClassName
{
color: #DAF154;
}
.AnyTagClassName
{
color: #DAF154;
}
</style>
background-color css
<style>
a { background-color: #DAF154; }
a { background-color: rgb(218,241,84); }
div.DivClassName
{
background-color: #DAF154;
}
.BgClassName
{
background-color: #DAF154;
}
</style>
border-color css
<style>
span { border-color: #DAF154; }
span { border-color: rgb(218,241,84); }
td.TdClassName
{
border-color: #DAF154;
}
.TagClassName
{
border-color: #DAF154;
}
</style>