Shades of Dark Pastel Green #05C54D
Tints of Dark Pastel Green #05C54D
RGB
CMYK
RGB Variations
Color information
#05C54D (or 0x05C54D) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 4D. RGB value is (5,197,77). Sum of RGB (Red+Green+Blue) = 5+197+77=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #05C54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C54D is #FA3AB2. Grayscale: #7E7E7E. Windows color (decimal): -16399027 or 5096709. OLE color: 5096709.
HSL color Cylindrical-coordinate representation of color #05C54D: hue angle of 142.5º 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 #05C54D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 77 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.23 |
| HSL | 142.5º | 0.95% | 0.4% | - |
| HSV(B) | 142.5º | 0.97% | 0.77% | - |
| XYZ | 21.37 | 40.5 | 13.71 | - |
| YUV | 125.91 | 100.39 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 77 | 0.97 | 0 | 0.61 | 0.23 | 142.5 | 0.95 | 0.4 |
| Hex | 5 | C5 | 4D | 61 | 0 | 3D | 17 | 8E | 5F | 28 |
| Octal | 5 | 305 | 115 | 141 | 0 | 75 | 27 | 216 | 137 | 50 |
| Binary | 101 | 11000101 | 1001101 | 1100001 | 0 | 111101 | 10111 | 10001110 | 1011111 | 101000 |
Color Harmonies of #05C54D
Complementary color
Monochromatic Colors of #05C54D
Black with #05C54D
Text Example
Text Example
White with #05C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C54D; }
p { color: rgb(5,197,77); }
H1.HeaderClassName
{
color: #05C54D;
}
.AnyTagClassName
{
color: #05C54D;
}
</style>
background-color css
<style>
a { background-color: #05C54D; }
a { background-color: rgb(5,197,77); }
div.DivClassName
{
background-color: #05C54D;
}
.BgClassName
{
background-color: #05C54D;
}
</style>
border-color css
<style>
span { border-color: #05C54D; }
span { border-color: rgb(5,197,77); }
td.TdClassName
{
border-color: #05C54D;
}
.TagClassName
{
border-color: #05C54D;
}
</style>