Shades of Pigment Green #05BA51
Tints of Pigment Green #05BA51
RGB
CMYK
RGB Variations
Color information
#05BA51 (or 0x05BA51) is known color: Pigment Green. HEX triplet: 05, BA and 51. RGB value is (5,186,81). Sum of RGB (Red+Green+Blue) = 5+186+81=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA51 is #FA45AE. Grayscale: #787878. Windows color (decimal): -16401839 or 5356037. OLE color: 5356037.
HSL color Cylindrical-coordinate representation of color #05BA51: hue angle of 145.19º 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 #05BA51 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 81 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.27 |
| HSL | 145.19º | 0.95% | 0.37% | - |
| HSV(B) | 145.19º | 0.97% | 0.73% | - |
| XYZ | 19.11 | 35.74 | 13.68 | - |
| YUV | 119.91 | 106.03 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 81 | 0.97 | 0 | 0.56 | 0.27 | 145.19 | 0.95 | 0.37 |
| Hex | 5 | BA | 51 | 61 | 0 | 38 | 1B | 91 | 5F | 25 |
| Octal | 5 | 272 | 121 | 141 | 0 | 70 | 33 | 221 | 137 | 45 |
| Binary | 101 | 10111010 | 1010001 | 1100001 | 0 | 111000 | 11011 | 10010001 | 1011111 | 100101 |
Color Harmonies of #05BA51
Complementary color
Monochromatic Colors of #05BA51
Black with #05BA51
Text Example
Text Example
White with #05BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA51; }
p { color: rgb(5,186,81); }
H1.HeaderClassName
{
color: #05BA51;
}
.AnyTagClassName
{
color: #05BA51;
}
</style>
background-color css
<style>
a { background-color: #05BA51; }
a { background-color: rgb(5,186,81); }
div.DivClassName
{
background-color: #05BA51;
}
.BgClassName
{
background-color: #05BA51;
}
</style>
border-color css
<style>
span { border-color: #05BA51; }
span { border-color: rgb(5,186,81); }
td.TdClassName
{
border-color: #05BA51;
}
.TagClassName
{
border-color: #05BA51;
}
</style>