Shades of Dark Pastel Green #05C11A
Tints of Dark Pastel Green #05C11A
RGB
CMYK
RGB Variations
Color information
#05C11A (or 0x05C11A) is known color: Dark Pastel Green. HEX triplet: 05, C1 and 1A. RGB value is (5,193,26). Sum of RGB (Red+Green+Blue) = 5+193+26=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #05C11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C11A is #FA3EE5. Grayscale: #767676. Windows color (decimal): -16400102 or 1753349. OLE color: 1753349.
HSL color Cylindrical-coordinate representation of color #05C11A: hue angle of 126.7º 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 #05C11A is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 193 | 26 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.24 |
| HSL | 126.7º | 0.95% | 0.39% | - |
| HSV(B) | 126.7º | 0.97% | 0.76% | - |
| XYZ | 19.32 | 38.25 | 7.34 | - |
| YUV | 117.75 | 76.22 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 26 | 0.97 | 0 | 0.87 | 0.24 | 126.7 | 0.95 | 0.39 |
| Hex | 5 | C1 | 1A | 61 | 0 | 57 | 18 | 7F | 5F | 27 |
| Octal | 5 | 301 | 32 | 141 | 0 | 127 | 30 | 177 | 137 | 47 |
| Binary | 101 | 11000001 | 11010 | 1100001 | 0 | 1010111 | 11000 | 1111111 | 1011111 | 100111 |
Color Harmonies of #05C11A
Complementary color
Monochromatic Colors of #05C11A
Black with #05C11A
Text Example
Text Example
White with #05C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C11A; }
p { color: rgb(5,193,26); }
H1.HeaderClassName
{
color: #05C11A;
}
.AnyTagClassName
{
color: #05C11A;
}
</style>
background-color css
<style>
a { background-color: #05C11A; }
a { background-color: rgb(5,193,26); }
div.DivClassName
{
background-color: #05C11A;
}
.BgClassName
{
background-color: #05C11A;
}
</style>
border-color css
<style>
span { border-color: #05C11A; }
span { border-color: rgb(5,193,26); }
td.TdClassName
{
border-color: #05C11A;
}
.TagClassName
{
border-color: #05C11A;
}
</style>