Shades of Honeysuckle #DAF84E
Tints of Honeysuckle #DAF84E
RGB
CMYK
RGB Variations
Color information
#DAF84E (or 0xDAF84E) is known color: Honeysuckle. HEX triplet: DA, F8 and 4E. RGB value is (218,248,78). Sum of RGB (Red+Green+Blue) = 218+248+78=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF84E is #2507B1. Grayscale: #DCDCDC. Windows color (decimal): -2426802 or 5175514. OLE color: 5175514.
HSL color Cylindrical-coordinate representation of color #DAF84E: hue angle of 70.59º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF84E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 78 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.03 |
| HSL | 70.59º | 0.92% | 0.64% | - |
| HSV(B) | 70.59º | 0.69% | 0.97% | - |
| XYZ | 63.86 | 82.59 | 19.78 | - |
| YUV | 219.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 78 | 0.12 | 0 | 0.69 | 0.03 | 70.59 | 0.92 | 0.64 |
| Hex | DA | F8 | 4E | C | 0 | 45 | 3 | 47 | 5C | 40 |
| Octal | 332 | 370 | 116 | 14 | 0 | 105 | 3 | 107 | 134 | 100 |
| Binary | 11011010 | 11111000 | 1001110 | 1100 | 0 | 1000101 | 11 | 1000111 | 1011100 | 1000000 |
Color Harmonies of #DAF84E
Complementary color
Monochromatic Colors of #DAF84E
Black with #DAF84E
Text Example
Text Example
White with #DAF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF84E; }
p { color: rgb(218,248,78); }
H1.HeaderClassName
{
color: #DAF84E;
}
.AnyTagClassName
{
color: #DAF84E;
}
</style>
background-color css
<style>
a { background-color: #DAF84E; }
a { background-color: rgb(218,248,78); }
div.DivClassName
{
background-color: #DAF84E;
}
.BgClassName
{
background-color: #DAF84E;
}
</style>
border-color css
<style>
span { border-color: #DAF84E; }
span { border-color: rgb(218,248,78); }
td.TdClassName
{
border-color: #DAF84E;
}
.TagClassName
{
border-color: #DAF84E;
}
</style>