Shades of Honeysuckle #DAFA4E
Tints of Honeysuckle #DAFA4E
RGB
CMYK
RGB Variations
Color information
#DAFA4E (or 0xDAFA4E) is known color: Honeysuckle. HEX triplet: DA, FA and 4E. RGB value is (218,250,78). Sum of RGB (Red+Green+Blue) = 218+250+78=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA4E is #2505B1. Grayscale: #DDDDDD. Windows color (decimal): -2426290 or 5176026. OLE color: 5176026.
HSL color Cylindrical-coordinate representation of color #DAFA4E: hue angle of 71.16º degrees, saturation: 0.95, 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 #DAFA4E is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 78 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.02 |
| HSL | 71.16º | 0.95% | 0.64% | - |
| HSV(B) | 71.16º | 0.69% | 0.98% | - |
| XYZ | 64.47 | 83.83 | 19.99 | - |
| YUV | 220.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 78 | 0.13 | 0 | 0.69 | 0.02 | 71.16 | 0.95 | 0.64 |
| Hex | DA | FA | 4E | D | 0 | 45 | 2 | 47 | 5F | 40 |
| Octal | 332 | 372 | 116 | 15 | 0 | 105 | 2 | 107 | 137 | 100 |
| Binary | 11011010 | 11111010 | 1001110 | 1101 | 0 | 1000101 | 10 | 1000111 | 1011111 | 1000000 |
Color Harmonies of #DAFA4E
Complementary color
Monochromatic Colors of #DAFA4E
Black with #DAFA4E
Text Example
Text Example
White with #DAFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA4E; }
p { color: rgb(218,250,78); }
H1.HeaderClassName
{
color: #DAFA4E;
}
.AnyTagClassName
{
color: #DAFA4E;
}
</style>
background-color css
<style>
a { background-color: #DAFA4E; }
a { background-color: rgb(218,250,78); }
div.DivClassName
{
background-color: #DAFA4E;
}
.BgClassName
{
background-color: #DAFA4E;
}
</style>
border-color css
<style>
span { border-color: #DAFA4E; }
span { border-color: rgb(218,250,78); }
td.TdClassName
{
border-color: #DAFA4E;
}
.TagClassName
{
border-color: #DAFA4E;
}
</style>