Shades of Dark Pastel Green #05C550
Tints of Dark Pastel Green #05C550
RGB
CMYK
RGB Variations
Color information
#05C550 (or 0x05C550) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 50. RGB value is (5,197,80). Sum of RGB (Red+Green+Blue) = 5+197+80=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #05C550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C550 is #FA3AAF. Grayscale: #7E7E7E. Windows color (decimal): -16399024 or 5293317. OLE color: 5293317.
HSL color Cylindrical-coordinate representation of color #05C550: hue angle of 143.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C550 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 80 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.23 |
| HSL | 143.44º | 0.95% | 0.4% | - |
| HSV(B) | 143.44º | 0.97% | 0.77% | - |
| XYZ | 21.48 | 40.54 | 14.28 | - |
| YUV | 126.25 | 101.89 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 80 | 0.97 | 0 | 0.59 | 0.23 | 143.44 | 0.95 | 0.4 |
| Hex | 5 | C5 | 50 | 61 | 0 | 3B | 17 | 8F | 5F | 28 |
| Octal | 5 | 305 | 120 | 141 | 0 | 73 | 27 | 217 | 137 | 50 |
| Binary | 101 | 11000101 | 1010000 | 1100001 | 0 | 111011 | 10111 | 10001111 | 1011111 | 101000 |
Color Harmonies of #05C550
Complementary color
Monochromatic Colors of #05C550
Black with #05C550
Text Example
Text Example
White with #05C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C550; }
p { color: rgb(5,197,80); }
H1.HeaderClassName
{
color: #05C550;
}
.AnyTagClassName
{
color: #05C550;
}
</style>
background-color css
<style>
a { background-color: #05C550; }
a { background-color: rgb(5,197,80); }
div.DivClassName
{
background-color: #05C550;
}
.BgClassName
{
background-color: #05C550;
}
</style>
border-color css
<style>
span { border-color: #05C550; }
span { border-color: rgb(5,197,80); }
td.TdClassName
{
border-color: #05C550;
}
.TagClassName
{
border-color: #05C550;
}
</style>