Shades of Dark Pastel Green #05C949
Tints of Dark Pastel Green #05C949
RGB
CMYK
RGB Variations
Color information
#05C949 (or 0x05C949) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 49. RGB value is (5,201,73). Sum of RGB (Red+Green+Blue) = 5+201+73=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #05C949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C949 is #FA36B6. Grayscale: #808080. Windows color (decimal): -16398007 or 4835589. OLE color: 4835589.
HSL color Cylindrical-coordinate representation of color #05C949: hue angle of 140.82º 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 #05C949 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 73 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.21 |
| HSL | 140.82º | 0.95% | 0.4% | - |
| HSV(B) | 140.82º | 0.98% | 0.79% | - |
| XYZ | 22.15 | 42.29 | 13.3 | - |
| YUV | 127.8 | 97.07 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 73 | 0.98 | 0 | 0.64 | 0.21 | 140.82 | 0.95 | 0.4 |
| Hex | 5 | C9 | 49 | 62 | 0 | 40 | 15 | 8D | 5F | 28 |
| Octal | 5 | 311 | 111 | 142 | 0 | 100 | 25 | 215 | 137 | 50 |
| Binary | 101 | 11001001 | 1001001 | 1100010 | 0 | 1000000 | 10101 | 10001101 | 1011111 | 101000 |
Color Harmonies of #05C949
Complementary color
Monochromatic Colors of #05C949
Black with #05C949
Text Example
Text Example
White with #05C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C949; }
p { color: rgb(5,201,73); }
H1.HeaderClassName
{
color: #05C949;
}
.AnyTagClassName
{
color: #05C949;
}
</style>
background-color css
<style>
a { background-color: #05C949; }
a { background-color: rgb(5,201,73); }
div.DivClassName
{
background-color: #05C949;
}
.BgClassName
{
background-color: #05C949;
}
</style>
border-color css
<style>
span { border-color: #05C949; }
span { border-color: rgb(5,201,73); }
td.TdClassName
{
border-color: #05C949;
}
.TagClassName
{
border-color: #05C949;
}
</style>