Shades of Dark Pastel Green #05C71C
Tints of Dark Pastel Green #05C71C
RGB
CMYK
RGB Variations
Color information
#05C71C (or 0x05C71C) is known color: Dark Pastel Green. HEX triplet: 05, C7 and 1C. RGB value is (5,199,28). Sum of RGB (Red+Green+Blue) = 5+199+28=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 199 (78.12% from 255 or 85.78% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 199 - color contains mainly: green. Hex color #05C71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C71C is #FA38E3. Grayscale: #797979. Windows color (decimal): -16398564 or 1885957. OLE color: 1885957.
HSL color Cylindrical-coordinate representation of color #05C71C: hue angle of 127.11º 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 #05C71C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 28 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.22 |
| HSL | 127.11º | 0.95% | 0.4% | - |
| HSV(B) | 127.11º | 0.97% | 0.78% | - |
| XYZ | 20.7 | 40.96 | 7.91 | - |
| YUV | 121.5 | 75.23 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 28 | 0.97 | 0 | 0.86 | 0.22 | 127.11 | 0.95 | 0.4 |
| Hex | 5 | C7 | 1C | 61 | 0 | 56 | 16 | 7F | 5F | 28 |
| Octal | 5 | 307 | 34 | 141 | 0 | 126 | 26 | 177 | 137 | 50 |
| Binary | 101 | 11000111 | 11100 | 1100001 | 0 | 1010110 | 10110 | 1111111 | 1011111 | 101000 |
Color Harmonies of #05C71C
Complementary color
Monochromatic Colors of #05C71C
Black with #05C71C
Text Example
Text Example
White with #05C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C71C; }
p { color: rgb(5,199,28); }
H1.HeaderClassName
{
color: #05C71C;
}
.AnyTagClassName
{
color: #05C71C;
}
</style>
background-color css
<style>
a { background-color: #05C71C; }
a { background-color: rgb(5,199,28); }
div.DivClassName
{
background-color: #05C71C;
}
.BgClassName
{
background-color: #05C71C;
}
</style>
border-color css
<style>
span { border-color: #05C71C; }
span { border-color: rgb(5,199,28); }
td.TdClassName
{
border-color: #05C71C;
}
.TagClassName
{
border-color: #05C71C;
}
</style>