Shades of Honeysuckle #DAF74D
Tints of Honeysuckle #DAF74D
RGB
CMYK
RGB Variations
Color information
#DAF74D (or 0xDAF74D) is known color: Honeysuckle. HEX triplet: DA, F7 and 4D. RGB value is (218,247,77). Sum of RGB (Red+Green+Blue) = 218+247+77=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF74D is #2508B2. Grayscale: #DBDBDB. Windows color (decimal): -2427059 or 5109722. OLE color: 5109722.
HSL color Cylindrical-coordinate representation of color #DAF74D: hue angle of 70.24º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF74D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 77 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.03 |
| HSL | 70.24º | 0.91% | 0.64% | - |
| HSV(B) | 70.24º | 0.69% | 0.97% | - |
| XYZ | 63.51 | 81.96 | 19.49 | - |
| YUV | 218.95 | 47.89 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 77 | 0.12 | 0 | 0.69 | 0.03 | 70.24 | 0.91 | 0.64 |
| Hex | DA | F7 | 4D | C | 0 | 45 | 3 | 46 | 5B | 40 |
| Octal | 332 | 367 | 115 | 14 | 0 | 105 | 3 | 106 | 133 | 100 |
| Binary | 11011010 | 11110111 | 1001101 | 1100 | 0 | 1000101 | 11 | 1000110 | 1011011 | 1000000 |
Color Harmonies of #DAF74D
Complementary color
Monochromatic Colors of #DAF74D
Black with #DAF74D
Text Example
Text Example
White with #DAF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF74D; }
p { color: rgb(218,247,77); }
H1.HeaderClassName
{
color: #DAF74D;
}
.AnyTagClassName
{
color: #DAF74D;
}
</style>
background-color css
<style>
a { background-color: #DAF74D; }
a { background-color: rgb(218,247,77); }
div.DivClassName
{
background-color: #DAF74D;
}
.BgClassName
{
background-color: #DAF74D;
}
</style>
border-color css
<style>
span { border-color: #DAF74D; }
span { border-color: rgb(218,247,77); }
td.TdClassName
{
border-color: #DAF74D;
}
.TagClassName
{
border-color: #DAF74D;
}
</style>