Shades of Honeysuckle #DAFA4D
Tints of Honeysuckle #DAFA4D
RGB
CMYK
RGB Variations
Color information
#DAFA4D (or 0xDAFA4D) is known color: Honeysuckle. HEX triplet: DA, FA and 4D. RGB value is (218,250,77). Sum of RGB (Red+Green+Blue) = 218+250+77=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA4D is #2505B2. Grayscale: #DDDDDD. Windows color (decimal): -2426291 or 5110490. OLE color: 5110490.
HSL color Cylindrical-coordinate representation of color #DAFA4D: hue angle of 71.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAFA4D is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 77 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.02 |
| HSL | 71.1º | 0.95% | 0.64% | - |
| HSV(B) | 71.1º | 0.69% | 0.98% | - |
| XYZ | 64.44 | 83.81 | 19.8 | - |
| YUV | 220.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 77 | 0.13 | 0 | 0.69 | 0.02 | 71.1 | 0.95 | 0.64 |
| Hex | DA | FA | 4D | D | 0 | 45 | 2 | 47 | 5F | 40 |
| Octal | 332 | 372 | 115 | 15 | 0 | 105 | 2 | 107 | 137 | 100 |
| Binary | 11011010 | 11111010 | 1001101 | 1101 | 0 | 1000101 | 10 | 1000111 | 1011111 | 1000000 |
Color Harmonies of #DAFA4D
Complementary color
Monochromatic Colors of #DAFA4D
Black with #DAFA4D
Text Example
Text Example
White with #DAFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA4D; }
p { color: rgb(218,250,77); }
H1.HeaderClassName
{
color: #DAFA4D;
}
.AnyTagClassName
{
color: #DAFA4D;
}
</style>
background-color css
<style>
a { background-color: #DAFA4D; }
a { background-color: rgb(218,250,77); }
div.DivClassName
{
background-color: #DAFA4D;
}
.BgClassName
{
background-color: #DAFA4D;
}
</style>
border-color css
<style>
span { border-color: #DAFA4D; }
span { border-color: rgb(218,250,77); }
td.TdClassName
{
border-color: #DAFA4D;
}
.TagClassName
{
border-color: #DAFA4D;
}
</style>