Shades of Pigment Green #05B557
Tints of Pigment Green #05B557
RGB
CMYK
RGB Variations
Color information
#05B557 (or 0x05B557) is known color: Pigment Green. HEX triplet: 05, B5 and 57. RGB value is (5,181,87). Sum of RGB (Red+Green+Blue) = 5+181+87=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #05B557 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B557 is #FA4AA8. Grayscale: #757575. Windows color (decimal): -16403113 or 5747973. OLE color: 5747973.
HSL color Cylindrical-coordinate representation of color #05B557: hue angle of 147.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B557 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 181 | 87 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.29 |
| HSL | 147.95º | 0.95% | 0.36% | - |
| HSV(B) | 147.95º | 0.97% | 0.71% | - |
| XYZ | 18.31 | 33.77 | 14.57 | - |
| YUV | 117.66 | 110.69 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 181 | 87 | 0.97 | 0 | 0.52 | 0.29 | 147.95 | 0.95 | 0.36 |
| Hex | 5 | B5 | 57 | 61 | 0 | 34 | 1D | 94 | 5F | 24 |
| Octal | 5 | 265 | 127 | 141 | 0 | 64 | 35 | 224 | 137 | 44 |
| Binary | 101 | 10110101 | 1010111 | 1100001 | 0 | 110100 | 11101 | 10010100 | 1011111 | 100100 |
Color Harmonies of #05B557
Complementary color
Monochromatic Colors of #05B557
Black with #05B557
Text Example
Text Example
White with #05B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B557; }
p { color: rgb(5,181,87); }
H1.HeaderClassName
{
color: #05B557;
}
.AnyTagClassName
{
color: #05B557;
}
</style>
background-color css
<style>
a { background-color: #05B557; }
a { background-color: rgb(5,181,87); }
div.DivClassName
{
background-color: #05B557;
}
.BgClassName
{
background-color: #05B557;
}
</style>
border-color css
<style>
span { border-color: #05B557; }
span { border-color: rgb(5,181,87); }
td.TdClassName
{
border-color: #05B557;
}
.TagClassName
{
border-color: #05B557;
}
</style>