Shades of Pigment Green #07BB53
Tints of Pigment Green #07BB53
RGB
CMYK
RGB Variations
Color information
#07BB53 (or 0x07BB53) is known color: Pigment Green. HEX triplet: 07, BB and 53. RGB value is (7,187,83). Sum of RGB (Red+Green+Blue) = 7+187+83=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB53 is #F844AC. Grayscale: #797979. Windows color (decimal): -16270509 or 5487367. OLE color: 5487367.
HSL color Cylindrical-coordinate representation of color #07BB53: hue angle of 145.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB53 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 83 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.27 |
| HSL | 145.33º | 0.93% | 0.38% | - |
| HSV(B) | 145.33º | 0.96% | 0.73% | - |
| XYZ | 19.42 | 36.21 | 14.15 | - |
| YUV | 121.32 | 106.37 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 83 | 0.96 | 0 | 0.56 | 0.27 | 145.33 | 0.93 | 0.38 |
| Hex | 7 | BB | 53 | 60 | 0 | 38 | 1B | 91 | 5D | 26 |
| Octal | 7 | 273 | 123 | 140 | 0 | 70 | 33 | 221 | 135 | 46 |
| Binary | 111 | 10111011 | 1010011 | 1100000 | 0 | 111000 | 11011 | 10010001 | 1011101 | 100110 |
Color Harmonies of #07BB53
Complementary color
Monochromatic Colors of #07BB53
Black with #07BB53
Text Example
Text Example
White with #07BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB53; }
p { color: rgb(7,187,83); }
H1.HeaderClassName
{
color: #07BB53;
}
.AnyTagClassName
{
color: #07BB53;
}
</style>
background-color css
<style>
a { background-color: #07BB53; }
a { background-color: rgb(7,187,83); }
div.DivClassName
{
background-color: #07BB53;
}
.BgClassName
{
background-color: #07BB53;
}
</style>
border-color css
<style>
span { border-color: #07BB53; }
span { border-color: rgb(7,187,83); }
td.TdClassName
{
border-color: #07BB53;
}
.TagClassName
{
border-color: #07BB53;
}
</style>