Shades of Dark Pastel Green #07BC45
Tints of Dark Pastel Green #07BC45
RGB
CMYK
RGB Variations
Color information
#07BC45 (or 0x07BC45) is known color: Dark Pastel Green. HEX triplet: 07, BC and 45. RGB value is (7,188,69). Sum of RGB (Red+Green+Blue) = 7+188+69=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC45 is #F843BA. Grayscale: #787878. Windows color (decimal): -16270267 or 4570119. OLE color: 4570119.
HSL color Cylindrical-coordinate representation of color #07BC45: hue angle of 140.55º 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 #07BC45 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 69 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.26 |
| HSL | 140.55º | 0.93% | 0.38% | - |
| HSV(B) | 140.55º | 0.96% | 0.74% | - |
| XYZ | 19.15 | 36.44 | 11.66 | - |
| YUV | 120.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 69 | 0.96 | 0 | 0.63 | 0.26 | 140.55 | 0.93 | 0.38 |
| Hex | 7 | BC | 45 | 60 | 0 | 3F | 1A | 8D | 5D | 26 |
| Octal | 7 | 274 | 105 | 140 | 0 | 77 | 32 | 215 | 135 | 46 |
| Binary | 111 | 10111100 | 1000101 | 1100000 | 0 | 111111 | 11010 | 10001101 | 1011101 | 100110 |
Color Harmonies of #07BC45
Complementary color
Monochromatic Colors of #07BC45
Black with #07BC45
Text Example
Text Example
White with #07BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC45; }
p { color: rgb(7,188,69); }
H1.HeaderClassName
{
color: #07BC45;
}
.AnyTagClassName
{
color: #07BC45;
}
</style>
background-color css
<style>
a { background-color: #07BC45; }
a { background-color: rgb(7,188,69); }
div.DivClassName
{
background-color: #07BC45;
}
.BgClassName
{
background-color: #07BC45;
}
</style>
border-color css
<style>
span { border-color: #07BC45; }
span { border-color: rgb(7,188,69); }
td.TdClassName
{
border-color: #07BC45;
}
.TagClassName
{
border-color: #07BC45;
}
</style>