Shades of Dark Pastel Green #05C536
Tints of Dark Pastel Green #05C536
RGB
CMYK
RGB Variations
Color information
#05C536 (or 0x05C536) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 36. RGB value is (5,197,54). Sum of RGB (Red+Green+Blue) = 5+197+54=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #05C536 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C536 is #FA3AC9. Grayscale: #7B7B7B. Windows color (decimal): -16399050 or 3589381. OLE color: 3589381.
HSL color Cylindrical-coordinate representation of color #05C536: hue angle of 135.31º 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 #05C536 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 54 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.23 |
| HSL | 135.31º | 0.95% | 0.4% | - |
| HSV(B) | 135.31º | 0.97% | 0.77% | - |
| XYZ | 20.69 | 40.23 | 10.16 | - |
| YUV | 123.29 | 88.89 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 54 | 0.97 | 0 | 0.73 | 0.23 | 135.31 | 0.95 | 0.4 |
| Hex | 5 | C5 | 36 | 61 | 0 | 49 | 17 | 87 | 5F | 28 |
| Octal | 5 | 305 | 66 | 141 | 0 | 111 | 27 | 207 | 137 | 50 |
| Binary | 101 | 11000101 | 110110 | 1100001 | 0 | 1001001 | 10111 | 10000111 | 1011111 | 101000 |
Color Harmonies of #05C536
Complementary color
Monochromatic Colors of #05C536
Black with #05C536
Text Example
Text Example
White with #05C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C536; }
p { color: rgb(5,197,54); }
H1.HeaderClassName
{
color: #05C536;
}
.AnyTagClassName
{
color: #05C536;
}
</style>
background-color css
<style>
a { background-color: #05C536; }
a { background-color: rgb(5,197,54); }
div.DivClassName
{
background-color: #05C536;
}
.BgClassName
{
background-color: #05C536;
}
</style>
border-color css
<style>
span { border-color: #05C536; }
span { border-color: rgb(5,197,54); }
td.TdClassName
{
border-color: #05C536;
}
.TagClassName
{
border-color: #05C536;
}
</style>