Shades of Pigment Green #05B350
Tints of Pigment Green #05B350
RGB
CMYK
RGB Variations
Color information
#05B350 (or 0x05B350) is known color: Pigment Green. HEX triplet: 05, B3 and 50. RGB value is (5,179,80). Sum of RGB (Red+Green+Blue) = 5+179+80=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #05B350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B350 is #FA4CAF. Grayscale: #737373. Windows color (decimal): -16403632 or 5288709. OLE color: 5288709.
HSL color Cylindrical-coordinate representation of color #05B350: hue angle of 145.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B350 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 179 | 80 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.30 |
| HSL | 145.86º | 0.95% | 0.36% | - |
| HSV(B) | 145.86º | 0.97% | 0.7% | - |
| XYZ | 17.63 | 32.85 | 13 | - |
| YUV | 115.69 | 107.85 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 179 | 80 | 0.97 | 0 | 0.55 | 0.30 | 145.86 | 0.95 | 0.36 |
| Hex | 5 | B3 | 50 | 61 | 0 | 37 | 1E | 92 | 5F | 24 |
| Octal | 5 | 263 | 120 | 141 | 0 | 67 | 36 | 222 | 137 | 44 |
| Binary | 101 | 10110011 | 1010000 | 1100001 | 0 | 110111 | 11110 | 10010010 | 1011111 | 100100 |
Color Harmonies of #05B350
Complementary color
Monochromatic Colors of #05B350
Black with #05B350
Text Example
Text Example
White with #05B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B350; }
p { color: rgb(5,179,80); }
H1.HeaderClassName
{
color: #05B350;
}
.AnyTagClassName
{
color: #05B350;
}
</style>
background-color css
<style>
a { background-color: #05B350; }
a { background-color: rgb(5,179,80); }
div.DivClassName
{
background-color: #05B350;
}
.BgClassName
{
background-color: #05B350;
}
</style>
border-color css
<style>
span { border-color: #05B350; }
span { border-color: rgb(5,179,80); }
td.TdClassName
{
border-color: #05B350;
}
.TagClassName
{
border-color: #05B350;
}
</style>