Shades of Pigment Green #07BD5D
Tints of Pigment Green #07BD5D
RGB
CMYK
RGB Variations
Color information
#07BD5D (or 0x07BD5D) is known color: Pigment Green. HEX triplet: 07, BD and 5D. RGB value is (7,189,93). Sum of RGB (Red+Green+Blue) = 7+189+93=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD5D is #F842A2. Grayscale: #7B7B7B. Windows color (decimal): -16269987 or 6143239. OLE color: 6143239.
HSL color Cylindrical-coordinate representation of color #07BD5D: hue angle of 148.35º 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 #07BD5D is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 93 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.26 |
| HSL | 148.35º | 0.93% | 0.38% | - |
| HSV(B) | 148.35º | 0.96% | 0.74% | - |
| XYZ | 20.26 | 37.23 | 16.47 | - |
| YUV | 123.64 | 110.7 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 93 | 0.96 | 0 | 0.51 | 0.26 | 148.35 | 0.93 | 0.38 |
| Hex | 7 | BD | 5D | 60 | 0 | 33 | 1A | 94 | 5D | 26 |
| Octal | 7 | 275 | 135 | 140 | 0 | 63 | 32 | 224 | 135 | 46 |
| Binary | 111 | 10111101 | 1011101 | 1100000 | 0 | 110011 | 11010 | 10010100 | 1011101 | 100110 |
Color Harmonies of #07BD5D
Complementary color
Monochromatic Colors of #07BD5D
Black with #07BD5D
Text Example
Text Example
White with #07BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD5D; }
p { color: rgb(7,189,93); }
H1.HeaderClassName
{
color: #07BD5D;
}
.AnyTagClassName
{
color: #07BD5D;
}
</style>
background-color css
<style>
a { background-color: #07BD5D; }
a { background-color: rgb(7,189,93); }
div.DivClassName
{
background-color: #07BD5D;
}
.BgClassName
{
background-color: #07BD5D;
}
</style>
border-color css
<style>
span { border-color: #07BD5D; }
span { border-color: rgb(7,189,93); }
td.TdClassName
{
border-color: #07BD5D;
}
.TagClassName
{
border-color: #07BD5D;
}
</style>