Shades of Honeysuckle #DAF84C
Tints of Honeysuckle #DAF84C
RGB
CMYK
RGB Variations
Color information
#DAF84C (or 0xDAF84C) is known color: Honeysuckle. HEX triplet: DA, F8 and 4C. RGB value is (218,248,76). Sum of RGB (Red+Green+Blue) = 218+248+76=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF84C is #2507B3. Grayscale: #DCDCDC. Windows color (decimal): -2426804 or 5044442. OLE color: 5044442.
HSL color Cylindrical-coordinate representation of color #DAF84C: hue angle of 70.47º degrees, saturation: 0.92, 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 #DAF84C is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 76 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.03 |
| HSL | 70.47º | 0.92% | 0.64% | - |
| HSV(B) | 70.47º | 0.69% | 0.97% | - |
| XYZ | 63.79 | 82.56 | 19.41 | - |
| YUV | 219.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 76 | 0.12 | 0 | 0.69 | 0.03 | 70.47 | 0.92 | 0.64 |
| Hex | DA | F8 | 4C | C | 0 | 45 | 3 | 46 | 5C | 40 |
| Octal | 332 | 370 | 114 | 14 | 0 | 105 | 3 | 106 | 134 | 100 |
| Binary | 11011010 | 11111000 | 1001100 | 1100 | 0 | 1000101 | 11 | 1000110 | 1011100 | 1000000 |
Color Harmonies of #DAF84C
Complementary color
Monochromatic Colors of #DAF84C
Black with #DAF84C
Text Example
Text Example
White with #DAF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF84C; }
p { color: rgb(218,248,76); }
H1.HeaderClassName
{
color: #DAF84C;
}
.AnyTagClassName
{
color: #DAF84C;
}
</style>
background-color css
<style>
a { background-color: #DAF84C; }
a { background-color: rgb(218,248,76); }
div.DivClassName
{
background-color: #DAF84C;
}
.BgClassName
{
background-color: #DAF84C;
}
</style>
border-color css
<style>
span { border-color: #DAF84C; }
span { border-color: rgb(218,248,76); }
td.TdClassName
{
border-color: #DAF84C;
}
.TagClassName
{
border-color: #DAF84C;
}
</style>