Shades of Dark Pastel Green #05C922
Tints of Dark Pastel Green #05C922
RGB
CMYK
RGB Variations
Color information
#05C922 (or 0x05C922) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 22. RGB value is (5,201,34). Sum of RGB (Red+Green+Blue) = 5+201+34=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #05C922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C922 is #FA36DD. Grayscale: #7B7B7B. Windows color (decimal): -16398046 or 2279685. OLE color: 2279685.
HSL color Cylindrical-coordinate representation of color #05C922: hue angle of 128.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C922 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 34 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.21 |
| HSL | 128.88º | 0.95% | 0.4% | - |
| HSV(B) | 128.88º | 0.98% | 0.79% | - |
| XYZ | 21.24 | 41.92 | 8.49 | - |
| YUV | 123.36 | 77.57 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 34 | 0.98 | 0 | 0.83 | 0.21 | 128.88 | 0.95 | 0.4 |
| Hex | 5 | C9 | 22 | 62 | 0 | 53 | 15 | 81 | 5F | 28 |
| Octal | 5 | 311 | 42 | 142 | 0 | 123 | 25 | 201 | 137 | 50 |
| Binary | 101 | 11001001 | 100010 | 1100010 | 0 | 1010011 | 10101 | 10000001 | 1011111 | 101000 |
Color Harmonies of #05C922
Complementary color
Monochromatic Colors of #05C922
Black with #05C922
Text Example
Text Example
White with #05C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C922; }
p { color: rgb(5,201,34); }
H1.HeaderClassName
{
color: #05C922;
}
.AnyTagClassName
{
color: #05C922;
}
</style>
background-color css
<style>
a { background-color: #05C922; }
a { background-color: rgb(5,201,34); }
div.DivClassName
{
background-color: #05C922;
}
.BgClassName
{
background-color: #05C922;
}
</style>
border-color css
<style>
span { border-color: #05C922; }
span { border-color: rgb(5,201,34); }
td.TdClassName
{
border-color: #05C922;
}
.TagClassName
{
border-color: #05C922;
}
</style>