Shades of Pigment Green #07BD55
Tints of Pigment Green #07BD55
RGB
CMYK
RGB Variations
Color information
#07BD55 (or 0x07BD55) is known color: Pigment Green. HEX triplet: 07, BD and 55. RGB value is (7,189,85). Sum of RGB (Red+Green+Blue) = 7+189+85=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD55 is #F842AA. Grayscale: #7A7A7A. Windows color (decimal): -16269995 or 5618951. OLE color: 5618951.
HSL color Cylindrical-coordinate representation of color #07BD55: hue angle of 145.71º 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 #07BD55 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 85 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.26 |
| HSL | 145.71º | 0.93% | 0.38% | - |
| HSV(B) | 145.71º | 0.96% | 0.74% | - |
| XYZ | 19.92 | 37.1 | 14.7 | - |
| YUV | 122.73 | 106.7 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 85 | 0.96 | 0 | 0.55 | 0.26 | 145.71 | 0.93 | 0.38 |
| Hex | 7 | BD | 55 | 60 | 0 | 37 | 1A | 92 | 5D | 26 |
| Octal | 7 | 275 | 125 | 140 | 0 | 67 | 32 | 222 | 135 | 46 |
| Binary | 111 | 10111101 | 1010101 | 1100000 | 0 | 110111 | 11010 | 10010010 | 1011101 | 100110 |
Color Harmonies of #07BD55
Complementary color
Monochromatic Colors of #07BD55
Black with #07BD55
Text Example
Text Example
White with #07BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD55; }
p { color: rgb(7,189,85); }
H1.HeaderClassName
{
color: #07BD55;
}
.AnyTagClassName
{
color: #07BD55;
}
</style>
background-color css
<style>
a { background-color: #07BD55; }
a { background-color: rgb(7,189,85); }
div.DivClassName
{
background-color: #07BD55;
}
.BgClassName
{
background-color: #07BD55;
}
</style>
border-color css
<style>
span { border-color: #07BD55; }
span { border-color: rgb(7,189,85); }
td.TdClassName
{
border-color: #07BD55;
}
.TagClassName
{
border-color: #07BD55;
}
</style>