Shades of Dark Pastel Green #07BC40
Tints of Dark Pastel Green #07BC40
RGB
CMYK
RGB Variations
Color information
#07BC40 (or 0x07BC40) is known color: Dark Pastel Green. HEX triplet: 07, BC and 40. RGB value is (7,188,64). Sum of RGB (Red+Green+Blue) = 7+188+64=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC40 is #F843BF. Grayscale: #787878. Windows color (decimal): -16270272 or 4242439. OLE color: 4242439.
HSL color Cylindrical-coordinate representation of color #07BC40: hue angle of 138.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC40 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 64 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.26 |
| HSL | 138.9º | 0.93% | 0.38% | - |
| HSV(B) | 138.9º | 0.96% | 0.74% | - |
| XYZ | 19 | 36.38 | 10.87 | - |
| YUV | 119.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 64 | 0.96 | 0 | 0.66 | 0.26 | 138.9 | 0.93 | 0.38 |
| Hex | 7 | BC | 40 | 60 | 0 | 42 | 1A | 8B | 5D | 26 |
| Octal | 7 | 274 | 100 | 140 | 0 | 102 | 32 | 213 | 135 | 46 |
| Binary | 111 | 10111100 | 1000000 | 1100000 | 0 | 1000010 | 11010 | 10001011 | 1011101 | 100110 |
Color Harmonies of #07BC40
Complementary color
Monochromatic Colors of #07BC40
Black with #07BC40
Text Example
Text Example
White with #07BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC40; }
p { color: rgb(7,188,64); }
H1.HeaderClassName
{
color: #07BC40;
}
.AnyTagClassName
{
color: #07BC40;
}
</style>
background-color css
<style>
a { background-color: #07BC40; }
a { background-color: rgb(7,188,64); }
div.DivClassName
{
background-color: #07BC40;
}
.BgClassName
{
background-color: #07BC40;
}
</style>
border-color css
<style>
span { border-color: #07BC40; }
span { border-color: rgb(7,188,64); }
td.TdClassName
{
border-color: #07BC40;
}
.TagClassName
{
border-color: #07BC40;
}
</style>