Shades of Dark Pastel Green #07BA25
Tints of Dark Pastel Green #07BA25
RGB
CMYK
RGB Variations
Color information
#07BA25 (or 0x07BA25) is known color: Dark Pastel Green. HEX triplet: 07, BA and 25. RGB value is (7,186,37). Sum of RGB (Red+Green+Blue) = 7+186+37=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA25 is #F845DA. Grayscale: #737373. Windows color (decimal): -16270811 or 2472455. OLE color: 2472455.
HSL color Cylindrical-coordinate representation of color #07BA25: hue angle of 130.06º 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 #07BA25 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 37 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.27 |
| HSL | 130.06º | 0.93% | 0.38% | - |
| HSV(B) | 130.06º | 0.96% | 0.73% | - |
| XYZ | 17.98 | 35.3 | 7.62 | - |
| YUV | 115.49 | 83.7 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 37 | 0.96 | 0 | 0.80 | 0.27 | 130.06 | 0.93 | 0.38 |
| Hex | 7 | BA | 25 | 60 | 0 | 50 | 1B | 82 | 5D | 26 |
| Octal | 7 | 272 | 45 | 140 | 0 | 120 | 33 | 202 | 135 | 46 |
| Binary | 111 | 10111010 | 100101 | 1100000 | 0 | 1010000 | 11011 | 10000010 | 1011101 | 100110 |
Color Harmonies of #07BA25
Complementary color
Monochromatic Colors of #07BA25
Black with #07BA25
Text Example
Text Example
White with #07BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA25; }
p { color: rgb(7,186,37); }
H1.HeaderClassName
{
color: #07BA25;
}
.AnyTagClassName
{
color: #07BA25;
}
</style>
background-color css
<style>
a { background-color: #07BA25; }
a { background-color: rgb(7,186,37); }
div.DivClassName
{
background-color: #07BA25;
}
.BgClassName
{
background-color: #07BA25;
}
</style>
border-color css
<style>
span { border-color: #07BA25; }
span { border-color: rgb(7,186,37); }
td.TdClassName
{
border-color: #07BA25;
}
.TagClassName
{
border-color: #07BA25;
}
</style>