Shades of Dark Pastel Green #05C711
Tints of Dark Pastel Green #05C711
RGB
CMYK
RGB Variations
Color information
#05C711 (or 0x05C711) is known color: Dark Pastel Green. HEX triplet: 05, C7 and 11. RGB value is (5,199,17). Sum of RGB (Red+Green+Blue) = 5+199+17=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 199 (78.12% from 255 or 90.05% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 199 - color contains mainly: green. Hex color #05C711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C711 is #FA38EE. Grayscale: #787878. Windows color (decimal): -16398575 or 1165061. OLE color: 1165061.
HSL color Cylindrical-coordinate representation of color #05C711: hue angle of 123.71º 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 #05C711 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 17 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.22 |
| HSL | 123.71º | 0.95% | 0.4% | - |
| HSV(B) | 123.71º | 0.97% | 0.78% | - |
| XYZ | 20.59 | 40.92 | 7.34 | - |
| YUV | 120.25 | 69.73 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 17 | 0.97 | 0 | 0.91 | 0.22 | 123.71 | 0.95 | 0.4 |
| Hex | 5 | C7 | 11 | 61 | 0 | 5B | 16 | 7C | 5F | 28 |
| Octal | 5 | 307 | 21 | 141 | 0 | 133 | 26 | 174 | 137 | 50 |
| Binary | 101 | 11000111 | 10001 | 1100001 | 0 | 1011011 | 10110 | 1111100 | 1011111 | 101000 |
Color Harmonies of #05C711
Complementary color
Monochromatic Colors of #05C711
Black with #05C711
Text Example
Text Example
White with #05C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C711; }
p { color: rgb(5,199,17); }
H1.HeaderClassName
{
color: #05C711;
}
.AnyTagClassName
{
color: #05C711;
}
</style>
background-color css
<style>
a { background-color: #05C711; }
a { background-color: rgb(5,199,17); }
div.DivClassName
{
background-color: #05C711;
}
.BgClassName
{
background-color: #05C711;
}
</style>
border-color css
<style>
span { border-color: #05C711; }
span { border-color: rgb(5,199,17); }
td.TdClassName
{
border-color: #05C711;
}
.TagClassName
{
border-color: #05C711;
}
</style>