Shades of Dark Pastel Green #05C522
Tints of Dark Pastel Green #05C522
RGB
CMYK
RGB Variations
Color information
#05C522 (or 0x05C522) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 22. RGB value is (5,197,34). Sum of RGB (Red+Green+Blue) = 5+197+34=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 197 (77.34% from 255 or 83.47% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 197 - color contains mainly: green. Hex color #05C522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C522 is #FA3ADD. Grayscale: #797979. Windows color (decimal): -16399070 or 2278661. OLE color: 2278661.
HSL color Cylindrical-coordinate representation of color #05C522: hue angle of 129.06º 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 #05C522 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 34 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.23 |
| HSL | 129.06º | 0.95% | 0.4% | - |
| HSV(B) | 129.06º | 0.97% | 0.77% | - |
| XYZ | 20.32 | 40.08 | 8.18 | - |
| YUV | 121.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 34 | 0.97 | 0 | 0.83 | 0.23 | 129.06 | 0.95 | 0.4 |
| Hex | 5 | C5 | 22 | 61 | 0 | 53 | 17 | 81 | 5F | 28 |
| Octal | 5 | 305 | 42 | 141 | 0 | 123 | 27 | 201 | 137 | 50 |
| Binary | 101 | 11000101 | 100010 | 1100001 | 0 | 1010011 | 10111 | 10000001 | 1011111 | 101000 |
Color Harmonies of #05C522
Complementary color
Monochromatic Colors of #05C522
Black with #05C522
Text Example
Text Example
White with #05C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C522; }
p { color: rgb(5,197,34); }
H1.HeaderClassName
{
color: #05C522;
}
.AnyTagClassName
{
color: #05C522;
}
</style>
background-color css
<style>
a { background-color: #05C522; }
a { background-color: rgb(5,197,34); }
div.DivClassName
{
background-color: #05C522;
}
.BgClassName
{
background-color: #05C522;
}
</style>
border-color css
<style>
span { border-color: #05C522; }
span { border-color: rgb(5,197,34); }
td.TdClassName
{
border-color: #05C522;
}
.TagClassName
{
border-color: #05C522;
}
</style>