Shades of Dark Pastel Green #05C647
Tints of Dark Pastel Green #05C647
RGB
CMYK
RGB Variations
Color information
#05C647 (or 0x05C647) is known color: Dark Pastel Green. HEX triplet: 05, C6 and 47. RGB value is (5,198,71). Sum of RGB (Red+Green+Blue) = 5+198+71=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #05C647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C647 is #FA39B8. Grayscale: #7E7E7E. Windows color (decimal): -16398777 or 4703749. OLE color: 4703749.
HSL color Cylindrical-coordinate representation of color #05C647: hue angle of 140.52º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C647 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 198 | 71 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.22 |
| HSL | 140.52º | 0.95% | 0.4% | - |
| HSV(B) | 140.52º | 0.97% | 0.78% | - |
| XYZ | 21.39 | 40.88 | 12.72 | - |
| YUV | 125.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 71 | 0.97 | 0 | 0.64 | 0.22 | 140.52 | 0.95 | 0.4 |
| Hex | 5 | C6 | 47 | 61 | 0 | 40 | 16 | 8D | 5F | 28 |
| Octal | 5 | 306 | 107 | 141 | 0 | 100 | 26 | 215 | 137 | 50 |
| Binary | 101 | 11000110 | 1000111 | 1100001 | 0 | 1000000 | 10110 | 10001101 | 1011111 | 101000 |
Color Harmonies of #05C647
Complementary color
Monochromatic Colors of #05C647
Black with #05C647
Text Example
Text Example
White with #05C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C647; }
p { color: rgb(5,198,71); }
H1.HeaderClassName
{
color: #05C647;
}
.AnyTagClassName
{
color: #05C647;
}
</style>
background-color css
<style>
a { background-color: #05C647; }
a { background-color: rgb(5,198,71); }
div.DivClassName
{
background-color: #05C647;
}
.BgClassName
{
background-color: #05C647;
}
</style>
border-color css
<style>
span { border-color: #05C647; }
span { border-color: rgb(5,198,71); }
td.TdClassName
{
border-color: #05C647;
}
.TagClassName
{
border-color: #05C647;
}
</style>