Shades of Dark Pastel Green #07C52D
Tints of Dark Pastel Green #07C52D
RGB
CMYK
RGB Variations
Color information
#07C52D (or 0x07C52D) is known color: Dark Pastel Green. HEX triplet: 07, C5 and 2D. RGB value is (7,197,45). Sum of RGB (Red+Green+Blue) = 7+197+45=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #07C52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C52D is #F83AD2. Grayscale: #7B7B7B. Windows color (decimal): -16267987 or 2999559. OLE color: 2999559.
HSL color Cylindrical-coordinate representation of color #07C52D: hue angle of 132º 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 #07C52D is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 45 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.23 |
| HSL | 132º | 0.93% | 0.4% | - |
| HSV(B) | 132º | 0.96% | 0.77% | - |
| XYZ | 20.53 | 40.17 | 9.15 | - |
| YUV | 122.86 | 84.05 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 45 | 0.96 | 0 | 0.77 | 0.23 | 132 | 0.93 | 0.4 |
| Hex | 7 | C5 | 2D | 60 | 0 | 4D | 17 | 84 | 5D | 28 |
| Octal | 7 | 305 | 55 | 140 | 0 | 115 | 27 | 204 | 135 | 50 |
| Binary | 111 | 11000101 | 101101 | 1100000 | 0 | 1001101 | 10111 | 10000100 | 1011101 | 101000 |
Color Harmonies of #07C52D
Complementary color
Monochromatic Colors of #07C52D
Black with #07C52D
Text Example
Text Example
White with #07C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C52D; }
p { color: rgb(7,197,45); }
H1.HeaderClassName
{
color: #07C52D;
}
.AnyTagClassName
{
color: #07C52D;
}
</style>
background-color css
<style>
a { background-color: #07C52D; }
a { background-color: rgb(7,197,45); }
div.DivClassName
{
background-color: #07C52D;
}
.BgClassName
{
background-color: #07C52D;
}
</style>
border-color css
<style>
span { border-color: #07C52D; }
span { border-color: rgb(7,197,45); }
td.TdClassName
{
border-color: #07C52D;
}
.TagClassName
{
border-color: #07C52D;
}
</style>