Shades of Pigment Green #07BD5A
Tints of Pigment Green #07BD5A
RGB
CMYK
RGB Variations
Color information
#07BD5A (or 0x07BD5A) is known color: Pigment Green. HEX triplet: 07, BD and 5A. RGB value is (7,189,90). Sum of RGB (Red+Green+Blue) = 7+189+90=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD5A is #F842A5. Grayscale: #7B7B7B. Windows color (decimal): -16269990 or 5946631. OLE color: 5946631.
HSL color Cylindrical-coordinate representation of color #07BD5A: hue angle of 147.36º 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 #07BD5A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 90 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.26 |
| HSL | 147.36º | 0.93% | 0.38% | - |
| HSV(B) | 147.36º | 0.96% | 0.74% | - |
| XYZ | 20.13 | 37.18 | 15.79 | - |
| YUV | 123.3 | 109.2 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 90 | 0.96 | 0 | 0.52 | 0.26 | 147.36 | 0.93 | 0.38 |
| Hex | 7 | BD | 5A | 60 | 0 | 34 | 1A | 93 | 5D | 26 |
| Octal | 7 | 275 | 132 | 140 | 0 | 64 | 32 | 223 | 135 | 46 |
| Binary | 111 | 10111101 | 1011010 | 1100000 | 0 | 110100 | 11010 | 10010011 | 1011101 | 100110 |
Color Harmonies of #07BD5A
Complementary color
Monochromatic Colors of #07BD5A
Black with #07BD5A
Text Example
Text Example
White with #07BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD5A; }
p { color: rgb(7,189,90); }
H1.HeaderClassName
{
color: #07BD5A;
}
.AnyTagClassName
{
color: #07BD5A;
}
</style>
background-color css
<style>
a { background-color: #07BD5A; }
a { background-color: rgb(7,189,90); }
div.DivClassName
{
background-color: #07BD5A;
}
.BgClassName
{
background-color: #07BD5A;
}
</style>
border-color css
<style>
span { border-color: #07BD5A; }
span { border-color: rgb(7,189,90); }
td.TdClassName
{
border-color: #07BD5A;
}
.TagClassName
{
border-color: #07BD5A;
}
</style>