Shades of Honeysuckle #DAFA50
Tints of Honeysuckle #DAFA50
RGB
CMYK
RGB Variations
Color information
#DAFA50 (or 0xDAFA50) is known color: Honeysuckle. HEX triplet: DA, FA and 50. RGB value is (218,250,80). Sum of RGB (Red+Green+Blue) = 218+250+80=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA50 is #2505AF. Grayscale: #DDDDDD. Windows color (decimal): -2426288 or 5307098. OLE color: 5307098.
HSL color Cylindrical-coordinate representation of color #DAFA50: hue angle of 71.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAFA50 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 80 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.02 |
| HSL | 71.29º | 0.94% | 0.65% | - |
| HSV(B) | 71.29º | 0.68% | 0.98% | - |
| XYZ | 64.55 | 83.86 | 20.37 | - |
| YUV | 221.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 80 | 0.13 | 0 | 0.68 | 0.02 | 71.29 | 0.94 | 0.65 |
| Hex | DA | FA | 50 | D | 0 | 44 | 2 | 47 | 5E | 41 |
| Octal | 332 | 372 | 120 | 15 | 0 | 104 | 2 | 107 | 136 | 101 |
| Binary | 11011010 | 11111010 | 1010000 | 1101 | 0 | 1000100 | 10 | 1000111 | 1011110 | 1000001 |
Color Harmonies of #DAFA50
Complementary color
Monochromatic Colors of #DAFA50
Black with #DAFA50
Text Example
Text Example
White with #DAFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA50; }
p { color: rgb(218,250,80); }
H1.HeaderClassName
{
color: #DAFA50;
}
.AnyTagClassName
{
color: #DAFA50;
}
</style>
background-color css
<style>
a { background-color: #DAFA50; }
a { background-color: rgb(218,250,80); }
div.DivClassName
{
background-color: #DAFA50;
}
.BgClassName
{
background-color: #DAFA50;
}
</style>
border-color css
<style>
span { border-color: #DAFA50; }
span { border-color: rgb(218,250,80); }
td.TdClassName
{
border-color: #DAFA50;
}
.TagClassName
{
border-color: #DAFA50;
}
</style>