Shades of Honeysuckle #DAF94D
Tints of Honeysuckle #DAF94D
RGB
CMYK
RGB Variations
Color information
#DAF94D (or 0xDAF94D) is known color: Honeysuckle. HEX triplet: DA, F9 and 4D. RGB value is (218,249,77). Sum of RGB (Red+Green+Blue) = 218+249+77=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF94D is #2506B2. Grayscale: #DCDCDC. Windows color (decimal): -2426547 or 5110234. OLE color: 5110234.
HSL color Cylindrical-coordinate representation of color #DAF94D: hue angle of 70.81º degrees, saturation: 0.93, 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 #DAF94D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 77 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.02 |
| HSL | 70.81º | 0.93% | 0.64% | - |
| HSV(B) | 70.81º | 0.69% | 0.98% | - |
| XYZ | 64.13 | 83.19 | 19.7 | - |
| YUV | 220.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 77 | 0.12 | 0 | 0.69 | 0.02 | 70.81 | 0.93 | 0.64 |
| Hex | DA | F9 | 4D | C | 0 | 45 | 2 | 47 | 5D | 40 |
| Octal | 332 | 371 | 115 | 14 | 0 | 105 | 2 | 107 | 135 | 100 |
| Binary | 11011010 | 11111001 | 1001101 | 1100 | 0 | 1000101 | 10 | 1000111 | 1011101 | 1000000 |
Color Harmonies of #DAF94D
Complementary color
Monochromatic Colors of #DAF94D
Black with #DAF94D
Text Example
Text Example
White with #DAF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF94D; }
p { color: rgb(218,249,77); }
H1.HeaderClassName
{
color: #DAF94D;
}
.AnyTagClassName
{
color: #DAF94D;
}
</style>
background-color css
<style>
a { background-color: #DAF94D; }
a { background-color: rgb(218,249,77); }
div.DivClassName
{
background-color: #DAF94D;
}
.BgClassName
{
background-color: #DAF94D;
}
</style>
border-color css
<style>
span { border-color: #DAF94D; }
span { border-color: rgb(218,249,77); }
td.TdClassName
{
border-color: #DAF94D;
}
.TagClassName
{
border-color: #DAF94D;
}
</style>