Shades of Dark Pastel Green #05C52C
Tints of Dark Pastel Green #05C52C
RGB
CMYK
RGB Variations
Color information
#05C52C (or 0x05C52C) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 2C. RGB value is (5,197,44). Sum of RGB (Red+Green+Blue) = 5+197+44=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #05C52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C52C is #FA3AD3. Grayscale: #7A7A7A. Windows color (decimal): -16399060 or 2934021. OLE color: 2934021.
HSL color Cylindrical-coordinate representation of color #05C52C: hue angle of 132.19º 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 #05C52C is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 44 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.23 |
| HSL | 132.19º | 0.95% | 0.4% | - |
| HSV(B) | 132.19º | 0.97% | 0.77% | - |
| XYZ | 20.48 | 40.15 | 9.05 | - |
| YUV | 122.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 44 | 0.97 | 0 | 0.78 | 0.23 | 132.19 | 0.95 | 0.4 |
| Hex | 5 | C5 | 2C | 61 | 0 | 4E | 17 | 84 | 5F | 28 |
| Octal | 5 | 305 | 54 | 141 | 0 | 116 | 27 | 204 | 137 | 50 |
| Binary | 101 | 11000101 | 101100 | 1100001 | 0 | 1001110 | 10111 | 10000100 | 1011111 | 101000 |
Color Harmonies of #05C52C
Complementary color
Monochromatic Colors of #05C52C
Black with #05C52C
Text Example
Text Example
White with #05C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C52C; }
p { color: rgb(5,197,44); }
H1.HeaderClassName
{
color: #05C52C;
}
.AnyTagClassName
{
color: #05C52C;
}
</style>
background-color css
<style>
a { background-color: #05C52C; }
a { background-color: rgb(5,197,44); }
div.DivClassName
{
background-color: #05C52C;
}
.BgClassName
{
background-color: #05C52C;
}
</style>
border-color css
<style>
span { border-color: #05C52C; }
span { border-color: rgb(5,197,44); }
td.TdClassName
{
border-color: #05C52C;
}
.TagClassName
{
border-color: #05C52C;
}
</style>