Shades of Pigment Green #05BA55
Tints of Pigment Green #05BA55
RGB
CMYK
RGB Variations
Color information
#05BA55 (or 0x05BA55) is known color: Pigment Green. HEX triplet: 05, BA and 55. RGB value is (5,186,85). Sum of RGB (Red+Green+Blue) = 5+186+85=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA55 is #FA45AA. Grayscale: #787878. Windows color (decimal): -16401835 or 5618181. OLE color: 5618181.
HSL color Cylindrical-coordinate representation of color #05BA55: hue angle of 146.52º 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 #05BA55 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 85 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.27 |
| HSL | 146.52º | 0.95% | 0.37% | - |
| HSV(B) | 146.52º | 0.97% | 0.73% | - |
| XYZ | 19.26 | 35.81 | 14.49 | - |
| YUV | 120.37 | 108.03 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 85 | 0.97 | 0 | 0.54 | 0.27 | 146.52 | 0.95 | 0.37 |
| Hex | 5 | BA | 55 | 61 | 0 | 36 | 1B | 93 | 5F | 25 |
| Octal | 5 | 272 | 125 | 141 | 0 | 66 | 33 | 223 | 137 | 45 |
| Binary | 101 | 10111010 | 1010101 | 1100001 | 0 | 110110 | 11011 | 10010011 | 1011111 | 100101 |
Color Harmonies of #05BA55
Complementary color
Monochromatic Colors of #05BA55
Black with #05BA55
Text Example
Text Example
White with #05BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA55; }
p { color: rgb(5,186,85); }
H1.HeaderClassName
{
color: #05BA55;
}
.AnyTagClassName
{
color: #05BA55;
}
</style>
background-color css
<style>
a { background-color: #05BA55; }
a { background-color: rgb(5,186,85); }
div.DivClassName
{
background-color: #05BA55;
}
.BgClassName
{
background-color: #05BA55;
}
</style>
border-color css
<style>
span { border-color: #05BA55; }
span { border-color: rgb(5,186,85); }
td.TdClassName
{
border-color: #05BA55;
}
.TagClassName
{
border-color: #05BA55;
}
</style>