Shades of Pigment Green #05BA5C
Tints of Pigment Green #05BA5C
RGB
CMYK
RGB Variations
Color information
#05BA5C (or 0x05BA5C) is known color: Pigment Green. HEX triplet: 05, BA and 5C. RGB value is (5,186,92). Sum of RGB (Red+Green+Blue) = 5+186+92=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5C is #FA45A3. Grayscale: #797979. Windows color (decimal): -16401828 or 6076933. OLE color: 6076933.
HSL color Cylindrical-coordinate representation of color #05BA5C: hue angle of 148.84º 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 #05BA5C is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 92 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.27 |
| HSL | 148.84º | 0.95% | 0.37% | - |
| HSV(B) | 148.84º | 0.97% | 0.73% | - |
| XYZ | 19.55 | 35.92 | 16.03 | - |
| YUV | 121.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 92 | 0.97 | 0 | 0.51 | 0.27 | 148.84 | 0.95 | 0.37 |
| Hex | 5 | BA | 5C | 61 | 0 | 33 | 1B | 95 | 5F | 25 |
| Octal | 5 | 272 | 134 | 141 | 0 | 63 | 33 | 225 | 137 | 45 |
| Binary | 101 | 10111010 | 1011100 | 1100001 | 0 | 110011 | 11011 | 10010101 | 1011111 | 100101 |
Color Harmonies of #05BA5C
Complementary color
Monochromatic Colors of #05BA5C
Black with #05BA5C
Text Example
Text Example
White with #05BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA5C; }
p { color: rgb(5,186,92); }
H1.HeaderClassName
{
color: #05BA5C;
}
.AnyTagClassName
{
color: #05BA5C;
}
</style>
background-color css
<style>
a { background-color: #05BA5C; }
a { background-color: rgb(5,186,92); }
div.DivClassName
{
background-color: #05BA5C;
}
.BgClassName
{
background-color: #05BA5C;
}
</style>
border-color css
<style>
span { border-color: #05BA5C; }
span { border-color: rgb(5,186,92); }
td.TdClassName
{
border-color: #05BA5C;
}
.TagClassName
{
border-color: #05BA5C;
}
</style>