Shades of Dark Pastel Green #07C71E
Tints of Dark Pastel Green #07C71E
RGB
CMYK
RGB Variations
Color information
#07C71E (or 0x07C71E) is known color: Dark Pastel Green. HEX triplet: 07, C7 and 1E. RGB value is (7,199,30). Sum of RGB (Red+Green+Blue) = 7+199+30=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 199 (78.12% from 255 or 84.32% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 199 - color contains mainly: green. Hex color #07C71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C71E is #F838E1. Grayscale: #7A7A7A. Windows color (decimal): -16267490 or 2017031. OLE color: 2017031.
HSL color Cylindrical-coordinate representation of color #07C71E: hue angle of 127.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C71E is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 30 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.22 |
| HSL | 127.19º | 0.93% | 0.4% | - |
| HSV(B) | 127.19º | 0.96% | 0.78% | - |
| XYZ | 20.75 | 40.99 | 8.05 | - |
| YUV | 122.33 | 75.89 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 30 | 0.96 | 0 | 0.85 | 0.22 | 127.19 | 0.93 | 0.4 |
| Hex | 7 | C7 | 1E | 60 | 0 | 55 | 16 | 7F | 5D | 28 |
| Octal | 7 | 307 | 36 | 140 | 0 | 125 | 26 | 177 | 135 | 50 |
| Binary | 111 | 11000111 | 11110 | 1100000 | 0 | 1010101 | 10110 | 1111111 | 1011101 | 101000 |
Color Harmonies of #07C71E
Complementary color
Monochromatic Colors of #07C71E
Black with #07C71E
Text Example
Text Example
White with #07C71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C71E; }
p { color: rgb(7,199,30); }
H1.HeaderClassName
{
color: #07C71E;
}
.AnyTagClassName
{
color: #07C71E;
}
</style>
background-color css
<style>
a { background-color: #07C71E; }
a { background-color: rgb(7,199,30); }
div.DivClassName
{
background-color: #07C71E;
}
.BgClassName
{
background-color: #07C71E;
}
</style>
border-color css
<style>
span { border-color: #07C71E; }
span { border-color: rgb(7,199,30); }
td.TdClassName
{
border-color: #07C71E;
}
.TagClassName
{
border-color: #07C71E;
}
</style>