Shades of Dark Pastel Green #05C528
Tints of Dark Pastel Green #05C528
RGB
CMYK
RGB Variations
Color information
#05C528 (or 0x05C528) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 28. RGB value is (5,197,40). Sum of RGB (Red+Green+Blue) = 5+197+40=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #05C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C528 is #FA3AD7. Grayscale: #7A7A7A. Windows color (decimal): -16399064 or 2671877. OLE color: 2671877.
HSL color Cylindrical-coordinate representation of color #05C528: hue angle of 130.94º 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 #05C528 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 40 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.23 |
| HSL | 130.94º | 0.95% | 0.4% | - |
| HSV(B) | 130.94º | 0.97% | 0.77% | - |
| XYZ | 20.41 | 40.12 | 8.68 | - |
| YUV | 121.69 | 81.89 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 40 | 0.97 | 0 | 0.80 | 0.23 | 130.94 | 0.95 | 0.4 |
| Hex | 5 | C5 | 28 | 61 | 0 | 50 | 17 | 83 | 5F | 28 |
| Octal | 5 | 305 | 50 | 141 | 0 | 120 | 27 | 203 | 137 | 50 |
| Binary | 101 | 11000101 | 101000 | 1100001 | 0 | 1010000 | 10111 | 10000011 | 1011111 | 101000 |
Color Harmonies of #05C528
Complementary color
Monochromatic Colors of #05C528
Black with #05C528
Text Example
Text Example
White with #05C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C528; }
p { color: rgb(5,197,40); }
H1.HeaderClassName
{
color: #05C528;
}
.AnyTagClassName
{
color: #05C528;
}
</style>
background-color css
<style>
a { background-color: #05C528; }
a { background-color: rgb(5,197,40); }
div.DivClassName
{
background-color: #05C528;
}
.BgClassName
{
background-color: #05C528;
}
</style>
border-color css
<style>
span { border-color: #05C528; }
span { border-color: rgb(5,197,40); }
td.TdClassName
{
border-color: #05C528;
}
.TagClassName
{
border-color: #05C528;
}
</style>