Shades of Dark Pastel Green #05C52D
Tints of Dark Pastel Green #05C52D
RGB
CMYK
RGB Variations
Color information
#05C52D (or 0x05C52D) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 2D. RGB value is (5,197,45). Sum of RGB (Red+Green+Blue) = 5+197+45=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #05C52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C52D is #FA3AD2. Grayscale: #7A7A7A. Windows color (decimal): -16399059 or 2999557. OLE color: 2999557.
HSL color Cylindrical-coordinate representation of color #05C52D: hue angle of 132.5º 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 #05C52D is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 45 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.23 |
| HSL | 132.5º | 0.95% | 0.4% | - |
| HSV(B) | 132.5º | 0.97% | 0.77% | - |
| XYZ | 20.5 | 40.15 | 9.15 | - |
| YUV | 122.26 | 84.39 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 45 | 0.97 | 0 | 0.77 | 0.23 | 132.5 | 0.95 | 0.4 |
| Hex | 5 | C5 | 2D | 61 | 0 | 4D | 17 | 84 | 5F | 28 |
| Octal | 5 | 305 | 55 | 141 | 0 | 115 | 27 | 204 | 137 | 50 |
| Binary | 101 | 11000101 | 101101 | 1100001 | 0 | 1001101 | 10111 | 10000100 | 1011111 | 101000 |
Color Harmonies of #05C52D
Complementary color
Monochromatic Colors of #05C52D
Black with #05C52D
Text Example
Text Example
White with #05C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C52D; }
p { color: rgb(5,197,45); }
H1.HeaderClassName
{
color: #05C52D;
}
.AnyTagClassName
{
color: #05C52D;
}
</style>
background-color css
<style>
a { background-color: #05C52D; }
a { background-color: rgb(5,197,45); }
div.DivClassName
{
background-color: #05C52D;
}
.BgClassName
{
background-color: #05C52D;
}
</style>
border-color css
<style>
span { border-color: #05C52D; }
span { border-color: rgb(5,197,45); }
td.TdClassName
{
border-color: #05C52D;
}
.TagClassName
{
border-color: #05C52D;
}
</style>