Shades of Dark Pastel Green #07C64E
Tints of Dark Pastel Green #07C64E
RGB
CMYK
RGB Variations
Color information
#07C64E (or 0x07C64E) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 4E. RGB value is (7,198,78). Sum of RGB (Red+Green+Blue) = 7+198+78=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #07C64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C64E is #F839B1. Grayscale: #7F7F7F. Windows color (decimal): -16267698 or 5162503. OLE color: 5162503.
HSL color Cylindrical-coordinate representation of color #07C64E: hue angle of 142.3º 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 #07C64E is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 78 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.22 |
| HSL | 142.3º | 0.93% | 0.4% | - |
| HSV(B) | 142.3º | 0.96% | 0.78% | - |
| XYZ | 21.66 | 40.98 | 13.98 | - |
| YUV | 127.21 | 100.22 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 78 | 0.96 | 0 | 0.61 | 0.22 | 142.3 | 0.93 | 0.4 |
| Hex | 7 | C6 | 4E | 60 | 0 | 3D | 16 | 8E | 5D | 28 |
| Octal | 7 | 306 | 116 | 140 | 0 | 75 | 26 | 216 | 135 | 50 |
| Binary | 111 | 11000110 | 1001110 | 1100000 | 0 | 111101 | 10110 | 10001110 | 1011101 | 101000 |
Color Harmonies of #07C64E
Complementary color
Monochromatic Colors of #07C64E
Black with #07C64E
Text Example
Text Example
White with #07C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C64E; }
p { color: rgb(7,198,78); }
H1.HeaderClassName
{
color: #07C64E;
}
.AnyTagClassName
{
color: #07C64E;
}
</style>
background-color css
<style>
a { background-color: #07C64E; }
a { background-color: rgb(7,198,78); }
div.DivClassName
{
background-color: #07C64E;
}
.BgClassName
{
background-color: #07C64E;
}
</style>
border-color css
<style>
span { border-color: #07C64E; }
span { border-color: rgb(7,198,78); }
td.TdClassName
{
border-color: #07C64E;
}
.TagClassName
{
border-color: #07C64E;
}
</style>