Shades of Dark Pastel Green #05C547
Tints of Dark Pastel Green #05C547
RGB
CMYK
RGB Variations
Color information
#05C547 (or 0x05C547) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 47. RGB value is (5,197,71). Sum of RGB (Red+Green+Blue) = 5+197+71=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #05C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C547 is #FA3AB8. Grayscale: #7D7D7D. Windows color (decimal): -16399033 or 4703493. OLE color: 4703493.
HSL color Cylindrical-coordinate representation of color #05C547: hue angle of 140.62º 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 #05C547 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 71 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.23 |
| HSL | 140.63º | 0.95% | 0.4% | - |
| HSV(B) | 140.63º | 0.97% | 0.77% | - |
| XYZ | 21.17 | 40.42 | 12.65 | - |
| YUV | 125.23 | 97.39 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 71 | 0.97 | 0 | 0.64 | 0.23 | 140.63 | 0.95 | 0.4 |
| Hex | 5 | C5 | 47 | 61 | 0 | 40 | 17 | 8D | 5F | 28 |
| Octal | 5 | 305 | 107 | 141 | 0 | 100 | 27 | 215 | 137 | 50 |
| Binary | 101 | 11000101 | 1000111 | 1100001 | 0 | 1000000 | 10111 | 10001101 | 1011111 | 101000 |
Color Harmonies of #05C547
Complementary color
Monochromatic Colors of #05C547
Black with #05C547
Text Example
Text Example
White with #05C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C547; }
p { color: rgb(5,197,71); }
H1.HeaderClassName
{
color: #05C547;
}
.AnyTagClassName
{
color: #05C547;
}
</style>
background-color css
<style>
a { background-color: #05C547; }
a { background-color: rgb(5,197,71); }
div.DivClassName
{
background-color: #05C547;
}
.BgClassName
{
background-color: #05C547;
}
</style>
border-color css
<style>
span { border-color: #05C547; }
span { border-color: rgb(5,197,71); }
td.TdClassName
{
border-color: #05C547;
}
.TagClassName
{
border-color: #05C547;
}
</style>