Shades of Honeysuckle #DAF44E
Tints of Honeysuckle #DAF44E
RGB
CMYK
RGB Variations
Color information
#DAF44E (or 0xDAF44E) is known color: Honeysuckle. HEX triplet: DA, F4 and 4E. RGB value is (218,244,78). Sum of RGB (Red+Green+Blue) = 218+244+78=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF44E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF44E is #250BB1. Grayscale: #D9D9D9. Windows color (decimal): -2427826 or 5174490. OLE color: 5174490.
HSL color Cylindrical-coordinate representation of color #DAF44E: hue angle of 69.4º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF44E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 78 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.04 |
| HSL | 69.4º | 0.88% | 0.63% | - |
| HSV(B) | 69.4º | 0.68% | 0.96% | - |
| XYZ | 62.64 | 80.16 | 19.38 | - |
| YUV | 217.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 78 | 0.11 | 0 | 0.68 | 0.04 | 69.4 | 0.88 | 0.63 |
| Hex | DA | F4 | 4E | B | 0 | 44 | 4 | 45 | 58 | 3F |
| Octal | 332 | 364 | 116 | 13 | 0 | 104 | 4 | 105 | 130 | 77 |
| Binary | 11011010 | 11110100 | 1001110 | 1011 | 0 | 1000100 | 100 | 1000101 | 1011000 | 111111 |
Color Harmonies of #DAF44E
Complementary color
Monochromatic Colors of #DAF44E
Black with #DAF44E
Text Example
Text Example
White with #DAF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF44E; }
p { color: rgb(218,244,78); }
H1.HeaderClassName
{
color: #DAF44E;
}
.AnyTagClassName
{
color: #DAF44E;
}
</style>
background-color css
<style>
a { background-color: #DAF44E; }
a { background-color: rgb(218,244,78); }
div.DivClassName
{
background-color: #DAF44E;
}
.BgClassName
{
background-color: #DAF44E;
}
</style>
border-color css
<style>
span { border-color: #DAF44E; }
span { border-color: rgb(218,244,78); }
td.TdClassName
{
border-color: #DAF44E;
}
.TagClassName
{
border-color: #DAF44E;
}
</style>