Shades of Dark Pastel Green #07BA40
Tints of Dark Pastel Green #07BA40
RGB
CMYK
RGB Variations
Color information
#07BA40 (or 0x07BA40) is known color: Dark Pastel Green. HEX triplet: 07, BA and 40. RGB value is (7,186,64). Sum of RGB (Red+Green+Blue) = 7+186+64=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA40 is #F845BF. Grayscale: #767676. Windows color (decimal): -16270784 or 4241927. OLE color: 4241927.
HSL color Cylindrical-coordinate representation of color #07BA40: hue angle of 139.11º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA40 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 64 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.27 |
| HSL | 139.11º | 0.93% | 0.38% | - |
| HSV(B) | 139.11º | 0.96% | 0.73% | - |
| XYZ | 18.57 | 35.53 | 10.73 | - |
| YUV | 118.57 | 97.2 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 64 | 0.96 | 0 | 0.66 | 0.27 | 139.11 | 0.93 | 0.38 |
| Hex | 7 | BA | 40 | 60 | 0 | 42 | 1B | 8B | 5D | 26 |
| Octal | 7 | 272 | 100 | 140 | 0 | 102 | 33 | 213 | 135 | 46 |
| Binary | 111 | 10111010 | 1000000 | 1100000 | 0 | 1000010 | 11011 | 10001011 | 1011101 | 100110 |
Color Harmonies of #07BA40
Complementary color
Monochromatic Colors of #07BA40
Black with #07BA40
Text Example
Text Example
White with #07BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA40; }
p { color: rgb(7,186,64); }
H1.HeaderClassName
{
color: #07BA40;
}
.AnyTagClassName
{
color: #07BA40;
}
</style>
background-color css
<style>
a { background-color: #07BA40; }
a { background-color: rgb(7,186,64); }
div.DivClassName
{
background-color: #07BA40;
}
.BgClassName
{
background-color: #07BA40;
}
</style>
border-color css
<style>
span { border-color: #07BA40; }
span { border-color: rgb(7,186,64); }
td.TdClassName
{
border-color: #07BA40;
}
.TagClassName
{
border-color: #07BA40;
}
</style>