Shades of Dark Pastel Green #05C53D
Tints of Dark Pastel Green #05C53D
RGB
CMYK
RGB Variations
Color information
#05C53D (or 0x05C53D) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 3D. RGB value is (5,197,61). Sum of RGB (Red+Green+Blue) = 5+197+61=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #05C53D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C53D is #FA3AC2. Grayscale: #7C7C7C. Windows color (decimal): -16399043 or 4048133. OLE color: 4048133.
HSL color Cylindrical-coordinate representation of color #05C53D: hue angle of 137.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 #05C53D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 61 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.23 |
| HSL | 137.5º | 0.95% | 0.4% | - |
| HSV(B) | 137.5º | 0.97% | 0.77% | - |
| XYZ | 20.87 | 40.3 | 11.09 | - |
| YUV | 124.09 | 92.39 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 61 | 0.97 | 0 | 0.69 | 0.23 | 137.5 | 0.95 | 0.4 |
| Hex | 5 | C5 | 3D | 61 | 0 | 45 | 17 | 8A | 5F | 28 |
| Octal | 5 | 305 | 75 | 141 | 0 | 105 | 27 | 212 | 137 | 50 |
| Binary | 101 | 11000101 | 111101 | 1100001 | 0 | 1000101 | 10111 | 10001010 | 1011111 | 101000 |
Color Harmonies of #05C53D
Complementary color
Monochromatic Colors of #05C53D
Black with #05C53D
Text Example
Text Example
White with #05C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C53D; }
p { color: rgb(5,197,61); }
H1.HeaderClassName
{
color: #05C53D;
}
.AnyTagClassName
{
color: #05C53D;
}
</style>
background-color css
<style>
a { background-color: #05C53D; }
a { background-color: rgb(5,197,61); }
div.DivClassName
{
background-color: #05C53D;
}
.BgClassName
{
background-color: #05C53D;
}
</style>
border-color css
<style>
span { border-color: #05C53D; }
span { border-color: rgb(5,197,61); }
td.TdClassName
{
border-color: #05C53D;
}
.TagClassName
{
border-color: #05C53D;
}
</style>