Shades of Pigment Green #05BA57
Tints of Pigment Green #05BA57
RGB
CMYK
RGB Variations
Color information
#05BA57 (or 0x05BA57) is known color: Pigment Green. HEX triplet: 05, BA and 57. RGB value is (5,186,87). Sum of RGB (Red+Green+Blue) = 5+186+87=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA57 is #FA45A8. Grayscale: #787878. Windows color (decimal): -16401833 or 5749253. OLE color: 5749253.
HSL color Cylindrical-coordinate representation of color #05BA57: hue angle of 147.18º 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 #05BA57 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 87 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.27 |
| HSL | 147.18º | 0.95% | 0.37% | - |
| HSV(B) | 147.18º | 0.97% | 0.73% | - |
| XYZ | 19.34 | 35.84 | 14.91 | - |
| YUV | 120.6 | 109.03 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 87 | 0.97 | 0 | 0.53 | 0.27 | 147.18 | 0.95 | 0.37 |
| Hex | 5 | BA | 57 | 61 | 0 | 35 | 1B | 93 | 5F | 25 |
| Octal | 5 | 272 | 127 | 141 | 0 | 65 | 33 | 223 | 137 | 45 |
| Binary | 101 | 10111010 | 1010111 | 1100001 | 0 | 110101 | 11011 | 10010011 | 1011111 | 100101 |
Color Harmonies of #05BA57
Complementary color
Monochromatic Colors of #05BA57
Black with #05BA57
Text Example
Text Example
White with #05BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA57; }
p { color: rgb(5,186,87); }
H1.HeaderClassName
{
color: #05BA57;
}
.AnyTagClassName
{
color: #05BA57;
}
</style>
background-color css
<style>
a { background-color: #05BA57; }
a { background-color: rgb(5,186,87); }
div.DivClassName
{
background-color: #05BA57;
}
.BgClassName
{
background-color: #05BA57;
}
</style>
border-color css
<style>
span { border-color: #05BA57; }
span { border-color: rgb(5,186,87); }
td.TdClassName
{
border-color: #05BA57;
}
.TagClassName
{
border-color: #05BA57;
}
</style>