Shades of Pigment Green #05B75C
Tints of Pigment Green #05B75C
RGB
CMYK
RGB Variations
Color information
#05B75C (or 0x05B75C) is known color: Pigment Green. HEX triplet: 05, B7 and 5C. RGB value is (5,183,92). Sum of RGB (Red+Green+Blue) = 5+183+92=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #05B75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B75C is #FA48A3. Grayscale: #777777. Windows color (decimal): -16402596 or 6076165. OLE color: 6076165.
HSL color Cylindrical-coordinate representation of color #05B75C: hue angle of 149.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B75C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 183 | 92 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.28 |
| HSL | 149.33º | 0.95% | 0.37% | - |
| HSV(B) | 149.33º | 0.97% | 0.72% | - |
| XYZ | 18.93 | 34.67 | 15.82 | - |
| YUV | 119.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 183 | 92 | 0.97 | 0 | 0.50 | 0.28 | 149.33 | 0.95 | 0.37 |
| Hex | 5 | B7 | 5C | 61 | 0 | 32 | 1C | 95 | 5F | 25 |
| Octal | 5 | 267 | 134 | 141 | 0 | 62 | 34 | 225 | 137 | 45 |
| Binary | 101 | 10110111 | 1011100 | 1100001 | 0 | 110010 | 11100 | 10010101 | 1011111 | 100101 |
Color Harmonies of #05B75C
Complementary color
Monochromatic Colors of #05B75C
Black with #05B75C
Text Example
Text Example
White with #05B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B75C; }
p { color: rgb(5,183,92); }
H1.HeaderClassName
{
color: #05B75C;
}
.AnyTagClassName
{
color: #05B75C;
}
</style>
background-color css
<style>
a { background-color: #05B75C; }
a { background-color: rgb(5,183,92); }
div.DivClassName
{
background-color: #05B75C;
}
.BgClassName
{
background-color: #05B75C;
}
</style>
border-color css
<style>
span { border-color: #05B75C; }
span { border-color: rgb(5,183,92); }
td.TdClassName
{
border-color: #05B75C;
}
.TagClassName
{
border-color: #05B75C;
}
</style>