Shades of Dark Pastel Green #07C52E
Tints of Dark Pastel Green #07C52E
RGB
CMYK
RGB Variations
Color information
#07C52E (or 0x07C52E) is known color: Dark Pastel Green. HEX triplet: 07, C5 and 2E. RGB value is (7,197,46). Sum of RGB (Red+Green+Blue) = 7+197+46=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 197 (77.34% from 255 or 78.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 197 - color contains mainly: green. Hex color #07C52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C52E is #F83AD1. Grayscale: #7B7B7B. Windows color (decimal): -16267986 or 3065095. OLE color: 3065095.
HSL color Cylindrical-coordinate representation of color #07C52E: hue angle of 132.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C52E is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 46 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.23 |
| HSL | 132.32º | 0.93% | 0.4% | - |
| HSV(B) | 132.32º | 0.96% | 0.77% | - |
| XYZ | 20.55 | 40.17 | 9.26 | - |
| YUV | 122.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 46 | 0.96 | 0 | 0.77 | 0.23 | 132.32 | 0.93 | 0.4 |
| Hex | 7 | C5 | 2E | 60 | 0 | 4D | 17 | 84 | 5D | 28 |
| Octal | 7 | 305 | 56 | 140 | 0 | 115 | 27 | 204 | 135 | 50 |
| Binary | 111 | 11000101 | 101110 | 1100000 | 0 | 1001101 | 10111 | 10000100 | 1011101 | 101000 |
Color Harmonies of #07C52E
Complementary color
Monochromatic Colors of #07C52E
Black with #07C52E
Text Example
Text Example
White with #07C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C52E; }
p { color: rgb(7,197,46); }
H1.HeaderClassName
{
color: #07C52E;
}
.AnyTagClassName
{
color: #07C52E;
}
</style>
background-color css
<style>
a { background-color: #07C52E; }
a { background-color: rgb(7,197,46); }
div.DivClassName
{
background-color: #07C52E;
}
.BgClassName
{
background-color: #07C52E;
}
</style>
border-color css
<style>
span { border-color: #07C52E; }
span { border-color: rgb(7,197,46); }
td.TdClassName
{
border-color: #07C52E;
}
.TagClassName
{
border-color: #07C52E;
}
</style>