Shades of Honeysuckle #DAF850
Tints of Honeysuckle #DAF850
RGB
CMYK
RGB Variations
Color information
#DAF850 (or 0xDAF850) is known color: Honeysuckle. HEX triplet: DA, F8 and 50. RGB value is (218,248,80). Sum of RGB (Red+Green+Blue) = 218+248+80=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF850 is #2507AF. Grayscale: #DCDCDC. Windows color (decimal): -2426800 or 5306586. OLE color: 5306586.
HSL color Cylindrical-coordinate representation of color #DAF850: hue angle of 70.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF850 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 80 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.03 |
| HSL | 70.71º | 0.92% | 0.64% | - |
| HSV(B) | 70.71º | 0.68% | 0.97% | - |
| XYZ | 63.93 | 82.62 | 20.17 | - |
| YUV | 219.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 80 | 0.12 | 0 | 0.68 | 0.03 | 70.71 | 0.92 | 0.64 |
| Hex | DA | F8 | 50 | C | 0 | 44 | 3 | 47 | 5C | 40 |
| Octal | 332 | 370 | 120 | 14 | 0 | 104 | 3 | 107 | 134 | 100 |
| Binary | 11011010 | 11111000 | 1010000 | 1100 | 0 | 1000100 | 11 | 1000111 | 1011100 | 1000000 |
Color Harmonies of #DAF850
Complementary color
Monochromatic Colors of #DAF850
Black with #DAF850
Text Example
Text Example
White with #DAF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF850; }
p { color: rgb(218,248,80); }
H1.HeaderClassName
{
color: #DAF850;
}
.AnyTagClassName
{
color: #DAF850;
}
</style>
background-color css
<style>
a { background-color: #DAF850; }
a { background-color: rgb(218,248,80); }
div.DivClassName
{
background-color: #DAF850;
}
.BgClassName
{
background-color: #DAF850;
}
</style>
border-color css
<style>
span { border-color: #DAF850; }
span { border-color: rgb(218,248,80); }
td.TdClassName
{
border-color: #DAF850;
}
.TagClassName
{
border-color: #DAF850;
}
</style>