Shades of Dark Pastel Green #07BB43
Tints of Dark Pastel Green #07BB43
RGB
CMYK
RGB Variations
Color information
#07BB43 (or 0x07BB43) is known color: Dark Pastel Green. HEX triplet: 07, BB and 43. RGB value is (7,187,67). Sum of RGB (Red+Green+Blue) = 7+187+67=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB43 is #F844BC. Grayscale: #777777. Windows color (decimal): -16270525 or 4438791. OLE color: 4438791.
HSL color Cylindrical-coordinate representation of color #07BB43: hue angle of 140º 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 #07BB43 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 67 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.27 |
| HSL | 140º | 0.93% | 0.38% | - |
| HSV(B) | 140º | 0.96% | 0.73% | - |
| XYZ | 18.87 | 35.99 | 11.26 | - |
| YUV | 119.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 67 | 0.96 | 0 | 0.64 | 0.27 | 140 | 0.93 | 0.38 |
| Hex | 7 | BB | 43 | 60 | 0 | 40 | 1B | 8C | 5D | 26 |
| Octal | 7 | 273 | 103 | 140 | 0 | 100 | 33 | 214 | 135 | 46 |
| Binary | 111 | 10111011 | 1000011 | 1100000 | 0 | 1000000 | 11011 | 10001100 | 1011101 | 100110 |
Color Harmonies of #07BB43
Complementary color
Monochromatic Colors of #07BB43
Black with #07BB43
Text Example
Text Example
White with #07BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB43; }
p { color: rgb(7,187,67); }
H1.HeaderClassName
{
color: #07BB43;
}
.AnyTagClassName
{
color: #07BB43;
}
</style>
background-color css
<style>
a { background-color: #07BB43; }
a { background-color: rgb(7,187,67); }
div.DivClassName
{
background-color: #07BB43;
}
.BgClassName
{
background-color: #07BB43;
}
</style>
border-color css
<style>
span { border-color: #07BB43; }
span { border-color: rgb(7,187,67); }
td.TdClassName
{
border-color: #07BB43;
}
.TagClassName
{
border-color: #07BB43;
}
</style>