Shades of Dark Pastel Green #07BB25
Tints of Dark Pastel Green #07BB25
RGB
CMYK
RGB Variations
Color information
#07BB25 (or 0x07BB25) is known color: Dark Pastel Green. HEX triplet: 07, BB and 25. RGB value is (7,187,37). Sum of RGB (Red+Green+Blue) = 7+187+37=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 187 (73.44% from 255 or 80.95% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB25 is #F844DA. Grayscale: #747474. Windows color (decimal): -16270555 or 2472711. OLE color: 2472711.
HSL color Cylindrical-coordinate representation of color #07BB25: hue angle of 130º 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 #07BB25 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 37 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.27 |
| HSL | 130º | 0.93% | 0.38% | - |
| HSV(B) | 130º | 0.96% | 0.73% | - |
| XYZ | 18.19 | 35.72 | 7.69 | - |
| YUV | 116.08 | 83.37 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 37 | 0.96 | 0 | 0.80 | 0.27 | 130 | 0.93 | 0.38 |
| Hex | 7 | BB | 25 | 60 | 0 | 50 | 1B | 82 | 5D | 26 |
| Octal | 7 | 273 | 45 | 140 | 0 | 120 | 33 | 202 | 135 | 46 |
| Binary | 111 | 10111011 | 100101 | 1100000 | 0 | 1010000 | 11011 | 10000010 | 1011101 | 100110 |
Color Harmonies of #07BB25
Complementary color
Monochromatic Colors of #07BB25
Black with #07BB25
Text Example
Text Example
White with #07BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB25; }
p { color: rgb(7,187,37); }
H1.HeaderClassName
{
color: #07BB25;
}
.AnyTagClassName
{
color: #07BB25;
}
</style>
background-color css
<style>
a { background-color: #07BB25; }
a { background-color: rgb(7,187,37); }
div.DivClassName
{
background-color: #07BB25;
}
.BgClassName
{
background-color: #07BB25;
}
</style>
border-color css
<style>
span { border-color: #07BB25; }
span { border-color: rgb(7,187,37); }
td.TdClassName
{
border-color: #07BB25;
}
.TagClassName
{
border-color: #07BB25;
}
</style>