Shades of Honeysuckle #DAF74C
Tints of Honeysuckle #DAF74C
RGB
CMYK
RGB Variations
Color information
#DAF74C (or 0xDAF74C) is known color: Honeysuckle. HEX triplet: DA, F7 and 4C. RGB value is (218,247,76). Sum of RGB (Red+Green+Blue) = 218+247+76=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF74C is #2508B3. Grayscale: #DBDBDB. Windows color (decimal): -2427060 or 5044186. OLE color: 5044186.
HSL color Cylindrical-coordinate representation of color #DAF74C: hue angle of 70.18º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF74C is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 76 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.03 |
| HSL | 70.18º | 0.91% | 0.63% | - |
| HSV(B) | 70.18º | 0.69% | 0.97% | - |
| XYZ | 63.48 | 81.95 | 19.31 | - |
| YUV | 218.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 76 | 0.12 | 0 | 0.69 | 0.03 | 70.18 | 0.91 | 0.63 |
| Hex | DA | F7 | 4C | C | 0 | 45 | 3 | 46 | 5B | 3F |
| Octal | 332 | 367 | 114 | 14 | 0 | 105 | 3 | 106 | 133 | 77 |
| Binary | 11011010 | 11110111 | 1001100 | 1100 | 0 | 1000101 | 11 | 1000110 | 1011011 | 111111 |
Color Harmonies of #DAF74C
Complementary color
Monochromatic Colors of #DAF74C
Black with #DAF74C
Text Example
Text Example
White with #DAF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF74C; }
p { color: rgb(218,247,76); }
H1.HeaderClassName
{
color: #DAF74C;
}
.AnyTagClassName
{
color: #DAF74C;
}
</style>
background-color css
<style>
a { background-color: #DAF74C; }
a { background-color: rgb(218,247,76); }
div.DivClassName
{
background-color: #DAF74C;
}
.BgClassName
{
background-color: #DAF74C;
}
</style>
border-color css
<style>
span { border-color: #DAF74C; }
span { border-color: rgb(218,247,76); }
td.TdClassName
{
border-color: #DAF74C;
}
.TagClassName
{
border-color: #DAF74C;
}
</style>