Shades of Dark Pastel Green #07C418
Tints of Dark Pastel Green #07C418
RGB
CMYK
RGB Variations
Color information
#07C418 (or 0x07C418) is known color: Dark Pastel Green. HEX triplet: 07, C4 and 18. RGB value is (7,196,24). Sum of RGB (Red+Green+Blue) = 7+196+24=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #07C418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C418 is #F83BE7. Grayscale: #787878. Windows color (decimal): -16268264 or 1623047. OLE color: 1623047.
HSL color Cylindrical-coordinate representation of color #07C418: hue angle of 125.4º 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 #07C418 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 24 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.23 |
| HSL | 125.4º | 0.93% | 0.4% | - |
| HSV(B) | 125.4º | 0.96% | 0.77% | - |
| XYZ | 19.99 | 39.59 | 7.45 | - |
| YUV | 119.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 24 | 0.96 | 0 | 0.88 | 0.23 | 125.4 | 0.93 | 0.4 |
| Hex | 7 | C4 | 18 | 60 | 0 | 58 | 17 | 7D | 5D | 28 |
| Octal | 7 | 304 | 30 | 140 | 0 | 130 | 27 | 175 | 135 | 50 |
| Binary | 111 | 11000100 | 11000 | 1100000 | 0 | 1011000 | 10111 | 1111101 | 1011101 | 101000 |
Color Harmonies of #07C418
Complementary color
Monochromatic Colors of #07C418
Black with #07C418
Text Example
Text Example
White with #07C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C418; }
p { color: rgb(7,196,24); }
H1.HeaderClassName
{
color: #07C418;
}
.AnyTagClassName
{
color: #07C418;
}
</style>
background-color css
<style>
a { background-color: #07C418; }
a { background-color: rgb(7,196,24); }
div.DivClassName
{
background-color: #07C418;
}
.BgClassName
{
background-color: #07C418;
}
</style>
border-color css
<style>
span { border-color: #07C418; }
span { border-color: rgb(7,196,24); }
td.TdClassName
{
border-color: #07C418;
}
.TagClassName
{
border-color: #07C418;
}
</style>