Shades of Honeysuckle #DCFC50
Tints of Honeysuckle #DCFC50
RGB
CMYK
RGB Variations
Color information
#DCFC50 (or 0xDCFC50) is known color: Honeysuckle. HEX triplet: DC, FC and 50. RGB value is (220,252,80). Sum of RGB (Red+Green+Blue) = 220+252+80=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC50 is #2303AF. Grayscale: #DFDFDF. Windows color (decimal): -2294704 or 5307612. OLE color: 5307612.
HSL color Cylindrical-coordinate representation of color #DCFC50: hue angle of 71.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCFC50 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 80 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.01 |
| HSL | 71.16º | 0.97% | 0.65% | - |
| HSV(B) | 71.16º | 0.68% | 0.99% | - |
| XYZ | 65.77 | 85.42 | 20.61 | - |
| YUV | 222.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 80 | 0.13 | 0 | 0.68 | 0.01 | 71.16 | 0.97 | 0.65 |
| Hex | DC | FC | 50 | D | 0 | 44 | 1 | 47 | 61 | 41 |
| Octal | 334 | 374 | 120 | 15 | 0 | 104 | 1 | 107 | 141 | 101 |
| Binary | 11011100 | 11111100 | 1010000 | 1101 | 0 | 1000100 | 1 | 1000111 | 1100001 | 1000001 |
Color Harmonies of #DCFC50
Complementary color
Monochromatic Colors of #DCFC50
Black with #DCFC50
Text Example
Text Example
White with #DCFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC50; }
p { color: rgb(220,252,80); }
H1.HeaderClassName
{
color: #DCFC50;
}
.AnyTagClassName
{
color: #DCFC50;
}
</style>
background-color css
<style>
a { background-color: #DCFC50; }
a { background-color: rgb(220,252,80); }
div.DivClassName
{
background-color: #DCFC50;
}
.BgClassName
{
background-color: #DCFC50;
}
</style>
border-color css
<style>
span { border-color: #DCFC50; }
span { border-color: rgb(220,252,80); }
td.TdClassName
{
border-color: #DCFC50;
}
.TagClassName
{
border-color: #DCFC50;
}
</style>