Shades of Honeysuckle #DCFA50
Tints of Honeysuckle #DCFA50
RGB
CMYK
RGB Variations
Color information
#DCFA50 (or 0xDCFA50) is known color: Honeysuckle. HEX triplet: DC, FA and 50. RGB value is (220,250,80). Sum of RGB (Red+Green+Blue) = 220+250+80=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA50 is #2305AF. Grayscale: #DEDEDE. Windows color (decimal): -2295216 or 5307100. OLE color: 5307100.
HSL color Cylindrical-coordinate representation of color #DCFA50: hue angle of 70.59º 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 #DCFA50 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 80 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.02 |
| HSL | 70.59º | 0.94% | 0.65% | - |
| HSV(B) | 70.59º | 0.68% | 0.98% | - |
| XYZ | 65.15 | 84.17 | 20.4 | - |
| YUV | 221.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 80 | 0.12 | 0 | 0.68 | 0.02 | 70.59 | 0.94 | 0.65 |
| Hex | DC | FA | 50 | C | 0 | 44 | 2 | 47 | 5E | 41 |
| Octal | 334 | 372 | 120 | 14 | 0 | 104 | 2 | 107 | 136 | 101 |
| Binary | 11011100 | 11111010 | 1010000 | 1100 | 0 | 1000100 | 10 | 1000111 | 1011110 | 1000001 |
Color Harmonies of #DCFA50
Complementary color
Monochromatic Colors of #DCFA50
Black with #DCFA50
Text Example
Text Example
White with #DCFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA50; }
p { color: rgb(220,250,80); }
H1.HeaderClassName
{
color: #DCFA50;
}
.AnyTagClassName
{
color: #DCFA50;
}
</style>
background-color css
<style>
a { background-color: #DCFA50; }
a { background-color: rgb(220,250,80); }
div.DivClassName
{
background-color: #DCFA50;
}
.BgClassName
{
background-color: #DCFA50;
}
</style>
border-color css
<style>
span { border-color: #DCFA50; }
span { border-color: rgb(220,250,80); }
td.TdClassName
{
border-color: #DCFA50;
}
.TagClassName
{
border-color: #DCFA50;
}
</style>