Shades of Honeysuckle #DAFF4D
Tints of Honeysuckle #DAFF4D
RGB
CMYK
RGB Variations
Color information
#DAFF4D (or 0xDAFF4D) is known color: Honeysuckle. HEX triplet: DA, FF and 4D. RGB value is (218,255,77). Sum of RGB (Red+Green+Blue) = 218+255+77=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 77 (30.47% from 255 or 14% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF4D is #2500B2. Grayscale: #E0E0E0. Windows color (decimal): -2425011 or 5111770. OLE color: 5111770.
HSL color Cylindrical-coordinate representation of color #DAFF4D: hue angle of 72.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAFF4D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 77 | - |
| CMYK | 0.15 | 0 | 0.70 | 0 |
| HSL | 72.47º | 1% | 0.65% | - |
| HSV(B) | 72.47º | 0.7% | 1% | - |
| XYZ | 66.01 | 86.96 | 20.33 | - |
| YUV | 223.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 77 | 0.15 | 0 | 0.70 | 0 | 72.47 | 1 | 0.65 |
| Hex | DA | FF | 4D | F | 0 | 46 | 0 | 48 | 64 | 41 |
| Octal | 332 | 377 | 115 | 17 | 0 | 106 | 0 | 110 | 144 | 101 |
| Binary | 11011010 | 11111111 | 1001101 | 1111 | 0 | 1000110 | 0 | 1001000 | 1100100 | 1000001 |
Color Harmonies of #DAFF4D
Complementary color
Monochromatic Colors of #DAFF4D
Black with #DAFF4D
Text Example
Text Example
White with #DAFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF4D; }
p { color: rgb(218,255,77); }
H1.HeaderClassName
{
color: #DAFF4D;
}
.AnyTagClassName
{
color: #DAFF4D;
}
</style>
background-color css
<style>
a { background-color: #DAFF4D; }
a { background-color: rgb(218,255,77); }
div.DivClassName
{
background-color: #DAFF4D;
}
.BgClassName
{
background-color: #DAFF4D;
}
</style>
border-color css
<style>
span { border-color: #DAFF4D; }
span { border-color: rgb(218,255,77); }
td.TdClassName
{
border-color: #DAFF4D;
}
.TagClassName
{
border-color: #DAFF4D;
}
</style>