Shades of Dark Pastel Green #05C44D
Tints of Dark Pastel Green #05C44D
RGB
CMYK
RGB Variations
Color information
#05C44D (or 0x05C44D) is known color: Dark Pastel Green. HEX triplet: 05, C4 and 4D. RGB value is (5,196,77). Sum of RGB (Red+Green+Blue) = 5+196+77=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #05C44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C44D is #FA3BB2. Grayscale: #7D7D7D. Windows color (decimal): -16399283 or 5096453. OLE color: 5096453.
HSL color Cylindrical-coordinate representation of color #05C44D: hue angle of 142.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C44D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 196 | 77 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.23 |
| HSL | 142.62º | 0.95% | 0.39% | - |
| HSV(B) | 142.62º | 0.97% | 0.77% | - |
| XYZ | 21.14 | 40.05 | 13.64 | - |
| YUV | 125.33 | 100.72 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 77 | 0.97 | 0 | 0.61 | 0.23 | 142.62 | 0.95 | 0.39 |
| Hex | 5 | C4 | 4D | 61 | 0 | 3D | 17 | 8F | 5F | 27 |
| Octal | 5 | 304 | 115 | 141 | 0 | 75 | 27 | 217 | 137 | 47 |
| Binary | 101 | 11000100 | 1001101 | 1100001 | 0 | 111101 | 10111 | 10001111 | 1011111 | 100111 |
Color Harmonies of #05C44D
Complementary color
Monochromatic Colors of #05C44D
Black with #05C44D
Text Example
Text Example
White with #05C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C44D; }
p { color: rgb(5,196,77); }
H1.HeaderClassName
{
color: #05C44D;
}
.AnyTagClassName
{
color: #05C44D;
}
</style>
background-color css
<style>
a { background-color: #05C44D; }
a { background-color: rgb(5,196,77); }
div.DivClassName
{
background-color: #05C44D;
}
.BgClassName
{
background-color: #05C44D;
}
</style>
border-color css
<style>
span { border-color: #05C44D; }
span { border-color: rgb(5,196,77); }
td.TdClassName
{
border-color: #05C44D;
}
.TagClassName
{
border-color: #05C44D;
}
</style>