Shades of Honeysuckle #DAFA4F
Tints of Honeysuckle #DAFA4F
RGB
CMYK
RGB Variations
Color information
#DAFA4F (or 0xDAFA4F) is known color: Honeysuckle. HEX triplet: DA, FA and 4F. RGB value is (218,250,79). Sum of RGB (Red+Green+Blue) = 218+250+79=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 79 (31.25% from 255 or 14.44% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA4F is #2505B0. Grayscale: #DDDDDD. Windows color (decimal): -2426289 or 5241562. OLE color: 5241562.
HSL color Cylindrical-coordinate representation of color #DAFA4F: hue angle of 71.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAFA4F is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 79 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.02 |
| HSL | 71.23º | 0.94% | 0.65% | - |
| HSV(B) | 71.23º | 0.68% | 0.98% | - |
| XYZ | 64.51 | 83.84 | 20.18 | - |
| YUV | 220.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 79 | 0.13 | 0 | 0.68 | 0.02 | 71.23 | 0.94 | 0.65 |
| Hex | DA | FA | 4F | D | 0 | 44 | 2 | 47 | 5E | 41 |
| Octal | 332 | 372 | 117 | 15 | 0 | 104 | 2 | 107 | 136 | 101 |
| Binary | 11011010 | 11111010 | 1001111 | 1101 | 0 | 1000100 | 10 | 1000111 | 1011110 | 1000001 |
Color Harmonies of #DAFA4F
Complementary color
Monochromatic Colors of #DAFA4F
Black with #DAFA4F
Text Example
Text Example
White with #DAFA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA4F; }
p { color: rgb(218,250,79); }
H1.HeaderClassName
{
color: #DAFA4F;
}
.AnyTagClassName
{
color: #DAFA4F;
}
</style>
background-color css
<style>
a { background-color: #DAFA4F; }
a { background-color: rgb(218,250,79); }
div.DivClassName
{
background-color: #DAFA4F;
}
.BgClassName
{
background-color: #DAFA4F;
}
</style>
border-color css
<style>
span { border-color: #DAFA4F; }
span { border-color: rgb(218,250,79); }
td.TdClassName
{
border-color: #DAFA4F;
}
.TagClassName
{
border-color: #DAFA4F;
}
</style>