Shades of Honeysuckle #DAFF4F
Tints of Honeysuckle #DAFF4F
RGB
CMYK
RGB Variations
Color information
#DAFF4F (or 0xDAFF4F) is known color: Honeysuckle. HEX triplet: DA, FF and 4F. RGB value is (218,255,79). Sum of RGB (Red+Green+Blue) = 218+255+79=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 79 (31.25% from 255 or 14.31% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF4F is #2500B0. Grayscale: #E0E0E0. Windows color (decimal): -2425009 or 5242842. OLE color: 5242842.
HSL color Cylindrical-coordinate representation of color #DAFF4F: hue angle of 72.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAFF4F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 79 | - |
| CMYK | 0.15 | 0 | 0.69 | 0 |
| HSL | 72.61º | 1% | 0.65% | - |
| HSV(B) | 72.61º | 0.69% | 1% | - |
| XYZ | 66.08 | 86.99 | 20.7 | - |
| YUV | 223.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 79 | 0.15 | 0 | 0.69 | 0 | 72.61 | 1 | 0.65 |
| Hex | DA | FF | 4F | F | 0 | 45 | 0 | 49 | 64 | 41 |
| Octal | 332 | 377 | 117 | 17 | 0 | 105 | 0 | 111 | 144 | 101 |
| Binary | 11011010 | 11111111 | 1001111 | 1111 | 0 | 1000101 | 0 | 1001001 | 1100100 | 1000001 |
Color Harmonies of #DAFF4F
Complementary color
Monochromatic Colors of #DAFF4F
Black with #DAFF4F
Text Example
Text Example
White with #DAFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF4F; }
p { color: rgb(218,255,79); }
H1.HeaderClassName
{
color: #DAFF4F;
}
.AnyTagClassName
{
color: #DAFF4F;
}
</style>
background-color css
<style>
a { background-color: #DAFF4F; }
a { background-color: rgb(218,255,79); }
div.DivClassName
{
background-color: #DAFF4F;
}
.BgClassName
{
background-color: #DAFF4F;
}
</style>
border-color css
<style>
span { border-color: #DAFF4F; }
span { border-color: rgb(218,255,79); }
td.TdClassName
{
border-color: #DAFF4F;
}
.TagClassName
{
border-color: #DAFF4F;
}
</style>