Shades of Dark Pastel Green #07BC4E
Tints of Dark Pastel Green #07BC4E
RGB
CMYK
RGB Variations
Color information
#07BC4E (or 0x07BC4E) is known color: Dark Pastel Green. HEX triplet: 07, BC and 4E. RGB value is (7,188,78). Sum of RGB (Red+Green+Blue) = 7+188+78=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC4E is #F843B1. Grayscale: #797979. Windows color (decimal): -16270258 or 5159943. OLE color: 5159943.
HSL color Cylindrical-coordinate representation of color #07BC4E: hue angle of 143.54º 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 #07BC4E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 78 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.26 |
| HSL | 143.54º | 0.93% | 0.38% | - |
| HSV(B) | 143.54º | 0.96% | 0.74% | - |
| XYZ | 19.45 | 36.56 | 13.24 | - |
| YUV | 121.34 | 103.53 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 78 | 0.96 | 0 | 0.59 | 0.26 | 143.54 | 0.93 | 0.38 |
| Hex | 7 | BC | 4E | 60 | 0 | 3B | 1A | 90 | 5D | 26 |
| Octal | 7 | 274 | 116 | 140 | 0 | 73 | 32 | 220 | 135 | 46 |
| Binary | 111 | 10111100 | 1001110 | 1100000 | 0 | 111011 | 11010 | 10010000 | 1011101 | 100110 |
Color Harmonies of #07BC4E
Complementary color
Monochromatic Colors of #07BC4E
Black with #07BC4E
Text Example
Text Example
White with #07BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC4E; }
p { color: rgb(7,188,78); }
H1.HeaderClassName
{
color: #07BC4E;
}
.AnyTagClassName
{
color: #07BC4E;
}
</style>
background-color css
<style>
a { background-color: #07BC4E; }
a { background-color: rgb(7,188,78); }
div.DivClassName
{
background-color: #07BC4E;
}
.BgClassName
{
background-color: #07BC4E;
}
</style>
border-color css
<style>
span { border-color: #07BC4E; }
span { border-color: rgb(7,188,78); }
td.TdClassName
{
border-color: #07BC4E;
}
.TagClassName
{
border-color: #07BC4E;
}
</style>