Shades of Dark Pastel Green #07BB4F
Tints of Dark Pastel Green #07BB4F
RGB
CMYK
RGB Variations
Color information
#07BB4F (or 0x07BB4F) is known color: Dark Pastel Green. HEX triplet: 07, BB and 4F. RGB value is (7,187,79). Sum of RGB (Red+Green+Blue) = 7+187+79=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB4F is #F844B0. Grayscale: #797979. Windows color (decimal): -16270513 or 5225223. OLE color: 5225223.
HSL color Cylindrical-coordinate representation of color #07BB4F: hue angle of 144º 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 #07BB4F is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 79 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.27 |
| HSL | 144º | 0.93% | 0.38% | - |
| HSV(B) | 144º | 0.96% | 0.73% | - |
| XYZ | 19.27 | 36.15 | 13.36 | - |
| YUV | 120.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 79 | 0.96 | 0 | 0.58 | 0.27 | 144 | 0.93 | 0.38 |
| Hex | 7 | BB | 4F | 60 | 0 | 3A | 1B | 90 | 5D | 26 |
| Octal | 7 | 273 | 117 | 140 | 0 | 72 | 33 | 220 | 135 | 46 |
| Binary | 111 | 10111011 | 1001111 | 1100000 | 0 | 111010 | 11011 | 10010000 | 1011101 | 100110 |
Color Harmonies of #07BB4F
Complementary color
Monochromatic Colors of #07BB4F
Black with #07BB4F
Text Example
Text Example
White with #07BB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB4F; }
p { color: rgb(7,187,79); }
H1.HeaderClassName
{
color: #07BB4F;
}
.AnyTagClassName
{
color: #07BB4F;
}
</style>
background-color css
<style>
a { background-color: #07BB4F; }
a { background-color: rgb(7,187,79); }
div.DivClassName
{
background-color: #07BB4F;
}
.BgClassName
{
background-color: #07BB4F;
}
</style>
border-color css
<style>
span { border-color: #07BB4F; }
span { border-color: rgb(7,187,79); }
td.TdClassName
{
border-color: #07BB4F;
}
.TagClassName
{
border-color: #07BB4F;
}
</style>