Shades of Pigment Green #07BC55
Tints of Pigment Green #07BC55
RGB
CMYK
RGB Variations
Color information
#07BC55 (or 0x07BC55) is known color: Pigment Green. HEX triplet: 07, BC and 55. RGB value is (7,188,85). Sum of RGB (Red+Green+Blue) = 7+188+85=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC55 is #F843AA. Grayscale: #7A7A7A. Windows color (decimal): -16270251 or 5618695. OLE color: 5618695.
HSL color Cylindrical-coordinate representation of color #07BC55: hue angle of 145.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC55 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 85 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.26 |
| HSL | 145.86º | 0.93% | 0.38% | - |
| HSV(B) | 145.86º | 0.96% | 0.74% | - |
| XYZ | 19.71 | 36.67 | 14.63 | - |
| YUV | 122.14 | 107.03 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 85 | 0.96 | 0 | 0.55 | 0.26 | 145.86 | 0.93 | 0.38 |
| Hex | 7 | BC | 55 | 60 | 0 | 37 | 1A | 92 | 5D | 26 |
| Octal | 7 | 274 | 125 | 140 | 0 | 67 | 32 | 222 | 135 | 46 |
| Binary | 111 | 10111100 | 1010101 | 1100000 | 0 | 110111 | 11010 | 10010010 | 1011101 | 100110 |
Color Harmonies of #07BC55
Complementary color
Monochromatic Colors of #07BC55
Black with #07BC55
Text Example
Text Example
White with #07BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC55; }
p { color: rgb(7,188,85); }
H1.HeaderClassName
{
color: #07BC55;
}
.AnyTagClassName
{
color: #07BC55;
}
</style>
background-color css
<style>
a { background-color: #07BC55; }
a { background-color: rgb(7,188,85); }
div.DivClassName
{
background-color: #07BC55;
}
.BgClassName
{
background-color: #07BC55;
}
</style>
border-color css
<style>
span { border-color: #07BC55; }
span { border-color: rgb(7,188,85); }
td.TdClassName
{
border-color: #07BC55;
}
.TagClassName
{
border-color: #07BC55;
}
</style>