Shades of Dark Pastel Green #05C537
Tints of Dark Pastel Green #05C537
RGB
CMYK
RGB Variations
Color information
#05C537 (or 0x05C537) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 37. RGB value is (5,197,55). Sum of RGB (Red+Green+Blue) = 5+197+55=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #05C537 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C537 is #FA3AC8. Grayscale: #7B7B7B. Windows color (decimal): -16399049 or 3654917. OLE color: 3654917.
HSL color Cylindrical-coordinate representation of color #05C537: hue angle of 135.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 #05C537 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 55 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.23 |
| HSL | 135.63º | 0.95% | 0.4% | - |
| HSV(B) | 135.63º | 0.97% | 0.77% | - |
| XYZ | 20.72 | 40.24 | 10.29 | - |
| YUV | 123.4 | 89.39 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 55 | 0.97 | 0 | 0.72 | 0.23 | 135.63 | 0.95 | 0.4 |
| Hex | 5 | C5 | 37 | 61 | 0 | 48 | 17 | 88 | 5F | 28 |
| Octal | 5 | 305 | 67 | 141 | 0 | 110 | 27 | 210 | 137 | 50 |
| Binary | 101 | 11000101 | 110111 | 1100001 | 0 | 1001000 | 10111 | 10001000 | 1011111 | 101000 |
Color Harmonies of #05C537
Complementary color
Monochromatic Colors of #05C537
Black with #05C537
Text Example
Text Example
White with #05C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C537; }
p { color: rgb(5,197,55); }
H1.HeaderClassName
{
color: #05C537;
}
.AnyTagClassName
{
color: #05C537;
}
</style>
background-color css
<style>
a { background-color: #05C537; }
a { background-color: rgb(5,197,55); }
div.DivClassName
{
background-color: #05C537;
}
.BgClassName
{
background-color: #05C537;
}
</style>
border-color css
<style>
span { border-color: #05C537; }
span { border-color: rgb(5,197,55); }
td.TdClassName
{
border-color: #05C537;
}
.TagClassName
{
border-color: #05C537;
}
</style>