Shades of Dark Pastel Green #05C63E
Tints of Dark Pastel Green #05C63E
RGB
CMYK
RGB Variations
Color information
#05C63E (or 0x05C63E) is known color: Dark Pastel Green. HEX triplet: 05, C6 and 3E. RGB value is (5,198,62). Sum of RGB (Red+Green+Blue) = 5+198+62=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 198 (77.73% from 255 or 74.72% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 198 - color contains mainly: green. Hex color #05C63E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C63E is #FA39C1. Grayscale: #7D7D7D. Windows color (decimal): -16398786 or 4113925. OLE color: 4113925.
HSL color Cylindrical-coordinate representation of color #05C63E: hue angle of 137.72º 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 #05C63E is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 198 | 62 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.22 |
| HSL | 137.72º | 0.95% | 0.4% | - |
| HSV(B) | 137.72º | 0.97% | 0.78% | - |
| XYZ | 21.13 | 40.77 | 11.31 | - |
| YUV | 124.79 | 92.56 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 62 | 0.97 | 0 | 0.69 | 0.22 | 137.72 | 0.95 | 0.4 |
| Hex | 5 | C6 | 3E | 61 | 0 | 45 | 16 | 8A | 5F | 28 |
| Octal | 5 | 306 | 76 | 141 | 0 | 105 | 26 | 212 | 137 | 50 |
| Binary | 101 | 11000110 | 111110 | 1100001 | 0 | 1000101 | 10110 | 10001010 | 1011111 | 101000 |
Color Harmonies of #05C63E
Complementary color
Monochromatic Colors of #05C63E
Black with #05C63E
Text Example
Text Example
White with #05C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C63E; }
p { color: rgb(5,198,62); }
H1.HeaderClassName
{
color: #05C63E;
}
.AnyTagClassName
{
color: #05C63E;
}
</style>
background-color css
<style>
a { background-color: #05C63E; }
a { background-color: rgb(5,198,62); }
div.DivClassName
{
background-color: #05C63E;
}
.BgClassName
{
background-color: #05C63E;
}
</style>
border-color css
<style>
span { border-color: #05C63E; }
span { border-color: rgb(5,198,62); }
td.TdClassName
{
border-color: #05C63E;
}
.TagClassName
{
border-color: #05C63E;
}
</style>