Shades of Pigment Green #05BA5A
Tints of Pigment Green #05BA5A
RGB
CMYK
RGB Variations
Color information
#05BA5A (or 0x05BA5A) is known color: Pigment Green. HEX triplet: 05, BA and 5A. RGB value is (5,186,90). Sum of RGB (Red+Green+Blue) = 5+186+90=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5A is #FA45A5. Grayscale: #797979. Windows color (decimal): -16401830 or 5945861. OLE color: 5945861.
HSL color Cylindrical-coordinate representation of color #05BA5A: hue angle of 148.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 #05BA5A is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 90 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.27 |
| HSL | 148.18º | 0.95% | 0.37% | - |
| HSV(B) | 148.18º | 0.97% | 0.73% | - |
| XYZ | 19.47 | 35.89 | 15.57 | - |
| YUV | 120.94 | 110.53 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 90 | 0.97 | 0 | 0.52 | 0.27 | 148.18 | 0.95 | 0.37 |
| Hex | 5 | BA | 5A | 61 | 0 | 34 | 1B | 94 | 5F | 25 |
| Octal | 5 | 272 | 132 | 141 | 0 | 64 | 33 | 224 | 137 | 45 |
| Binary | 101 | 10111010 | 1011010 | 1100001 | 0 | 110100 | 11011 | 10010100 | 1011111 | 100101 |
Color Harmonies of #05BA5A
Complementary color
Monochromatic Colors of #05BA5A
Black with #05BA5A
Text Example
Text Example
White with #05BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA5A; }
p { color: rgb(5,186,90); }
H1.HeaderClassName
{
color: #05BA5A;
}
.AnyTagClassName
{
color: #05BA5A;
}
</style>
background-color css
<style>
a { background-color: #05BA5A; }
a { background-color: rgb(5,186,90); }
div.DivClassName
{
background-color: #05BA5A;
}
.BgClassName
{
background-color: #05BA5A;
}
</style>
border-color css
<style>
span { border-color: #05BA5A; }
span { border-color: rgb(5,186,90); }
td.TdClassName
{
border-color: #05BA5A;
}
.TagClassName
{
border-color: #05BA5A;
}
</style>