Shades of Dark Pastel Green #05C21C
Tints of Dark Pastel Green #05C21C
RGB
CMYK
RGB Variations
Color information
#05C21C (or 0x05C21C) is known color: Dark Pastel Green. HEX triplet: 05, C2 and 1C. RGB value is (5,194,28). Sum of RGB (Red+Green+Blue) = 5+194+28=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 194 (76.17% from 255 or 85.46% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 194 - color contains mainly: green. Hex color #05C21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C21C is #FA3DE3. Grayscale: #777777. Windows color (decimal): -16399844 or 1884677. OLE color: 1884677.
HSL color Cylindrical-coordinate representation of color #05C21C: hue angle of 127.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C21C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 194 | 28 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.24 |
| HSL | 127.3º | 0.95% | 0.39% | - |
| HSV(B) | 127.3º | 0.97% | 0.76% | - |
| XYZ | 19.56 | 38.7 | 7.54 | - |
| YUV | 118.57 | 76.88 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 28 | 0.97 | 0 | 0.86 | 0.24 | 127.3 | 0.95 | 0.39 |
| Hex | 5 | C2 | 1C | 61 | 0 | 56 | 18 | 7F | 5F | 27 |
| Octal | 5 | 302 | 34 | 141 | 0 | 126 | 30 | 177 | 137 | 47 |
| Binary | 101 | 11000010 | 11100 | 1100001 | 0 | 1010110 | 11000 | 1111111 | 1011111 | 100111 |
Color Harmonies of #05C21C
Complementary color
Monochromatic Colors of #05C21C
Black with #05C21C
Text Example
Text Example
White with #05C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C21C; }
p { color: rgb(5,194,28); }
H1.HeaderClassName
{
color: #05C21C;
}
.AnyTagClassName
{
color: #05C21C;
}
</style>
background-color css
<style>
a { background-color: #05C21C; }
a { background-color: rgb(5,194,28); }
div.DivClassName
{
background-color: #05C21C;
}
.BgClassName
{
background-color: #05C21C;
}
</style>
border-color css
<style>
span { border-color: #05C21C; }
span { border-color: rgb(5,194,28); }
td.TdClassName
{
border-color: #05C21C;
}
.TagClassName
{
border-color: #05C21C;
}
</style>