Shades of Dark Pastel Green #07BA21
Tints of Dark Pastel Green #07BA21
RGB
CMYK
RGB Variations
Color information
#07BA21 (or 0x07BA21) is known color: Dark Pastel Green. HEX triplet: 07, BA and 21. RGB value is (7,186,33). Sum of RGB (Red+Green+Blue) = 7+186+33=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA21 is #F845DE. Grayscale: #737373. Windows color (decimal): -16270815 or 2210311. OLE color: 2210311.
HSL color Cylindrical-coordinate representation of color #07BA21: hue angle of 128.72º 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 #07BA21 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 33 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.27 |
| HSL | 128.72º | 0.93% | 0.38% | - |
| HSV(B) | 128.72º | 0.96% | 0.73% | - |
| XYZ | 17.92 | 35.27 | 7.3 | - |
| YUV | 115.04 | 81.7 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 33 | 0.96 | 0 | 0.82 | 0.27 | 128.72 | 0.93 | 0.38 |
| Hex | 7 | BA | 21 | 60 | 0 | 52 | 1B | 81 | 5D | 26 |
| Octal | 7 | 272 | 41 | 140 | 0 | 122 | 33 | 201 | 135 | 46 |
| Binary | 111 | 10111010 | 100001 | 1100000 | 0 | 1010010 | 11011 | 10000001 | 1011101 | 100110 |
Color Harmonies of #07BA21
Complementary color
Monochromatic Colors of #07BA21
Black with #07BA21
Text Example
Text Example
White with #07BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA21; }
p { color: rgb(7,186,33); }
H1.HeaderClassName
{
color: #07BA21;
}
.AnyTagClassName
{
color: #07BA21;
}
</style>
background-color css
<style>
a { background-color: #07BA21; }
a { background-color: rgb(7,186,33); }
div.DivClassName
{
background-color: #07BA21;
}
.BgClassName
{
background-color: #07BA21;
}
</style>
border-color css
<style>
span { border-color: #07BA21; }
span { border-color: rgb(7,186,33); }
td.TdClassName
{
border-color: #07BA21;
}
.TagClassName
{
border-color: #07BA21;
}
</style>