Shades of Pigment Green #05BA5D
Tints of Pigment Green #05BA5D
RGB
CMYK
RGB Variations
Color information
#05BA5D (or 0x05BA5D) is known color: Pigment Green. HEX triplet: 05, BA and 5D. RGB value is (5,186,93). Sum of RGB (Red+Green+Blue) = 5+186+93=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5D is #FA45A2. Grayscale: #797979. Windows color (decimal): -16401827 or 6142469. OLE color: 6142469.
HSL color Cylindrical-coordinate representation of color #05BA5D: hue angle of 149.17º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA5D is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 93 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.27 |
| HSL | 149.17º | 0.95% | 0.37% | - |
| HSV(B) | 149.17º | 0.97% | 0.73% | - |
| XYZ | 19.6 | 35.94 | 16.26 | - |
| YUV | 121.28 | 112.03 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 93 | 0.97 | 0 | 0.5 | 0.27 | 149.17 | 0.95 | 0.37 |
| Hex | 5 | BA | 5D | 61 | 0 | 32 | 1B | 95 | 5F | 25 |
| Octal | 5 | 272 | 135 | 141 | 0 | 62 | 33 | 225 | 137 | 45 |
| Binary | 101 | 10111010 | 1011101 | 1100001 | 0 | 110010 | 11011 | 10010101 | 1011111 | 100101 |
Color Harmonies of #05BA5D
Complementary color
Monochromatic Colors of #05BA5D
Black with #05BA5D
Text Example
Text Example
White with #05BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA5D; }
p { color: rgb(5,186,93); }
H1.HeaderClassName
{
color: #05BA5D;
}
.AnyTagClassName
{
color: #05BA5D;
}
</style>
background-color css
<style>
a { background-color: #05BA5D; }
a { background-color: rgb(5,186,93); }
div.DivClassName
{
background-color: #05BA5D;
}
.BgClassName
{
background-color: #05BA5D;
}
</style>
border-color css
<style>
span { border-color: #05BA5D; }
span { border-color: rgb(5,186,93); }
td.TdClassName
{
border-color: #05BA5D;
}
.TagClassName
{
border-color: #05BA5D;
}
</style>