Shades of Honeysuckle #DAF054
Tints of Honeysuckle #DAF054
RGB
CMYK
RGB Variations
Color information
#DAF054 (or 0xDAF054) is known color: Honeysuckle. HEX triplet: DA, F0 and 54. RGB value is (218,240,84). Sum of RGB (Red+Green+Blue) = 218+240+84=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF054 is #250FAB. Grayscale: #D8D8D8. Windows color (decimal): -2428844 or 5566682. OLE color: 5566682.
HSL color Cylindrical-coordinate representation of color #DAF054: hue angle of 68.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF054 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 84 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.06 |
| HSL | 68.46º | 0.84% | 0.64% | - |
| HSV(B) | 68.46º | 0.65% | 0.94% | - |
| XYZ | 61.67 | 77.87 | 20.17 | - |
| YUV | 215.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 84 | 0.09 | 0 | 0.65 | 0.06 | 68.46 | 0.84 | 0.64 |
| Hex | DA | F0 | 54 | 9 | 0 | 41 | 6 | 44 | 54 | 40 |
| Octal | 332 | 360 | 124 | 11 | 0 | 101 | 6 | 104 | 124 | 100 |
| Binary | 11011010 | 11110000 | 1010100 | 1001 | 0 | 1000001 | 110 | 1000100 | 1010100 | 1000000 |
Color Harmonies of #DAF054
Complementary color
Monochromatic Colors of #DAF054
Black with #DAF054
Text Example
Text Example
White with #DAF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF054; }
p { color: rgb(218,240,84); }
H1.HeaderClassName
{
color: #DAF054;
}
.AnyTagClassName
{
color: #DAF054;
}
</style>
background-color css
<style>
a { background-color: #DAF054; }
a { background-color: rgb(218,240,84); }
div.DivClassName
{
background-color: #DAF054;
}
.BgClassName
{
background-color: #DAF054;
}
</style>
border-color css
<style>
span { border-color: #DAF054; }
span { border-color: rgb(218,240,84); }
td.TdClassName
{
border-color: #DAF054;
}
.TagClassName
{
border-color: #DAF054;
}
</style>