Shades of Dark Pastel Green #05C512
Tints of Dark Pastel Green #05C512
RGB
CMYK
RGB Variations
Color information
#05C512 (or 0x05C512) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 12. RGB value is (5,197,18). Sum of RGB (Red+Green+Blue) = 5+197+18=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 197 (77.34% from 255 or 89.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 197 - color contains mainly: green. Hex color #05C512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C512 is #FA3AED. Grayscale: #777777. Windows color (decimal): -16399086 or 1230085. OLE color: 1230085.
HSL color Cylindrical-coordinate representation of color #05C512: hue angle of 124.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 #05C512 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 18 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.23 |
| HSL | 124.06º | 0.95% | 0.4% | - |
| HSV(B) | 124.06º | 0.97% | 0.77% | - |
| XYZ | 20.14 | 40.01 | 7.23 | - |
| YUV | 119.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 18 | 0.97 | 0 | 0.91 | 0.23 | 124.06 | 0.95 | 0.4 |
| Hex | 5 | C5 | 12 | 61 | 0 | 5B | 17 | 7C | 5F | 28 |
| Octal | 5 | 305 | 22 | 141 | 0 | 133 | 27 | 174 | 137 | 50 |
| Binary | 101 | 11000101 | 10010 | 1100001 | 0 | 1011011 | 10111 | 1111100 | 1011111 | 101000 |
Color Harmonies of #05C512
Complementary color
Monochromatic Colors of #05C512
Black with #05C512
Text Example
Text Example
White with #05C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C512; }
p { color: rgb(5,197,18); }
H1.HeaderClassName
{
color: #05C512;
}
.AnyTagClassName
{
color: #05C512;
}
</style>
background-color css
<style>
a { background-color: #05C512; }
a { background-color: rgb(5,197,18); }
div.DivClassName
{
background-color: #05C512;
}
.BgClassName
{
background-color: #05C512;
}
</style>
border-color css
<style>
span { border-color: #05C512; }
span { border-color: rgb(5,197,18); }
td.TdClassName
{
border-color: #05C512;
}
.TagClassName
{
border-color: #05C512;
}
</style>