Shades of Dark Pastel Green #07BB1F
Tints of Dark Pastel Green #07BB1F
RGB
CMYK
RGB Variations
Color information
#07BB1F (or 0x07BB1F) is known color: Dark Pastel Green. HEX triplet: 07, BB and 1F. RGB value is (7,187,31). Sum of RGB (Red+Green+Blue) = 7+187+31=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB1F is #F844E0. Grayscale: #737373. Windows color (decimal): -16270561 or 2079495. OLE color: 2079495.
HSL color Cylindrical-coordinate representation of color #07BB1F: hue angle of 128º 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 #07BB1F is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 31 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.27 |
| HSL | 128º | 0.93% | 0.38% | - |
| HSV(B) | 128º | 0.96% | 0.73% | - |
| XYZ | 18.11 | 35.68 | 7.23 | - |
| YUV | 115.4 | 80.37 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 31 | 0.96 | 0 | 0.83 | 0.27 | 128 | 0.93 | 0.38 |
| Hex | 7 | BB | 1F | 60 | 0 | 53 | 1B | 80 | 5D | 26 |
| Octal | 7 | 273 | 37 | 140 | 0 | 123 | 33 | 200 | 135 | 46 |
| Binary | 111 | 10111011 | 11111 | 1100000 | 0 | 1010011 | 11011 | 10000000 | 1011101 | 100110 |
Color Harmonies of #07BB1F
Complementary color
Monochromatic Colors of #07BB1F
Black with #07BB1F
Text Example
Text Example
White with #07BB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB1F; }
p { color: rgb(7,187,31); }
H1.HeaderClassName
{
color: #07BB1F;
}
.AnyTagClassName
{
color: #07BB1F;
}
</style>
background-color css
<style>
a { background-color: #07BB1F; }
a { background-color: rgb(7,187,31); }
div.DivClassName
{
background-color: #07BB1F;
}
.BgClassName
{
background-color: #07BB1F;
}
</style>
border-color css
<style>
span { border-color: #07BB1F; }
span { border-color: rgb(7,187,31); }
td.TdClassName
{
border-color: #07BB1F;
}
.TagClassName
{
border-color: #07BB1F;
}
</style>