Shades of Dark Pastel Green #07BC47
Tints of Dark Pastel Green #07BC47
RGB
CMYK
RGB Variations
Color information
#07BC47 (or 0x07BC47) is known color: Dark Pastel Green. HEX triplet: 07, BC and 47. RGB value is (7,188,71). Sum of RGB (Red+Green+Blue) = 7+188+71=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC47 is #F843B8. Grayscale: #787878. Windows color (decimal): -16270265 or 4701191. OLE color: 4701191.
HSL color Cylindrical-coordinate representation of color #07BC47: hue angle of 141.22º 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 #07BC47 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 71 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.26 |
| HSL | 141.22º | 0.93% | 0.38% | - |
| HSV(B) | 141.22º | 0.96% | 0.74% | - |
| XYZ | 19.21 | 36.47 | 11.99 | - |
| YUV | 120.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 71 | 0.96 | 0 | 0.62 | 0.26 | 141.22 | 0.93 | 0.38 |
| Hex | 7 | BC | 47 | 60 | 0 | 3E | 1A | 8D | 5D | 26 |
| Octal | 7 | 274 | 107 | 140 | 0 | 76 | 32 | 215 | 135 | 46 |
| Binary | 111 | 10111100 | 1000111 | 1100000 | 0 | 111110 | 11010 | 10001101 | 1011101 | 100110 |
Color Harmonies of #07BC47
Complementary color
Monochromatic Colors of #07BC47
Black with #07BC47
Text Example
Text Example
White with #07BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC47; }
p { color: rgb(7,188,71); }
H1.HeaderClassName
{
color: #07BC47;
}
.AnyTagClassName
{
color: #07BC47;
}
</style>
background-color css
<style>
a { background-color: #07BC47; }
a { background-color: rgb(7,188,71); }
div.DivClassName
{
background-color: #07BC47;
}
.BgClassName
{
background-color: #07BC47;
}
</style>
border-color css
<style>
span { border-color: #07BC47; }
span { border-color: rgb(7,188,71); }
td.TdClassName
{
border-color: #07BC47;
}
.TagClassName
{
border-color: #07BC47;
}
</style>