Shades of Dark Pastel Green #05C053
Tints of Dark Pastel Green #05C053
RGB
CMYK
RGB Variations
Color information
#05C053 (or 0x05C053) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 53. RGB value is (5,192,83). Sum of RGB (Red+Green+Blue) = 5+192+83=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #05C053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C053 is #FA3FAC. Grayscale: #7B7B7B. Windows color (decimal): -16400301 or 5488645. OLE color: 5488645.
HSL color Cylindrical-coordinate representation of color #05C053: hue angle of 145.03º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C053 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 83 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.25 |
| HSL | 145.03º | 0.95% | 0.39% | - |
| HSV(B) | 145.03º | 0.97% | 0.75% | - |
| XYZ | 20.47 | 38.36 | 14.51 | - |
| YUV | 123.66 | 105.05 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 83 | 0.97 | 0 | 0.57 | 0.25 | 145.03 | 0.95 | 0.39 |
| Hex | 5 | C0 | 53 | 61 | 0 | 39 | 19 | 91 | 5F | 27 |
| Octal | 5 | 300 | 123 | 141 | 0 | 71 | 31 | 221 | 137 | 47 |
| Binary | 101 | 11000000 | 1010011 | 1100001 | 0 | 111001 | 11001 | 10010001 | 1011111 | 100111 |
Color Harmonies of #05C053
Complementary color
Monochromatic Colors of #05C053
Black with #05C053
Text Example
Text Example
White with #05C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C053; }
p { color: rgb(5,192,83); }
H1.HeaderClassName
{
color: #05C053;
}
.AnyTagClassName
{
color: #05C053;
}
</style>
background-color css
<style>
a { background-color: #05C053; }
a { background-color: rgb(5,192,83); }
div.DivClassName
{
background-color: #05C053;
}
.BgClassName
{
background-color: #05C053;
}
</style>
border-color css
<style>
span { border-color: #05C053; }
span { border-color: rgb(5,192,83); }
td.TdClassName
{
border-color: #05C053;
}
.TagClassName
{
border-color: #05C053;
}
</style>