Shades of Dark Pastel Green #07C444
Tints of Dark Pastel Green #07C444
RGB
CMYK
RGB Variations
Color information
#07C444 (or 0x07C444) is known color: Dark Pastel Green. HEX triplet: 07, C4 and 44. RGB value is (7,196,68). Sum of RGB (Red+Green+Blue) = 7+196+68=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #07C444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C444 is #F83BBB. Grayscale: #7D7D7D. Windows color (decimal): -16268220 or 4506631. OLE color: 4506631.
HSL color Cylindrical-coordinate representation of color #07C444: hue angle of 139.37º 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 #07C444 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 68 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.23 |
| HSL | 139.37º | 0.93% | 0.4% | - |
| HSV(B) | 139.37º | 0.96% | 0.77% | - |
| XYZ | 20.87 | 39.94 | 12.08 | - |
| YUV | 124.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 68 | 0.96 | 0 | 0.65 | 0.23 | 139.37 | 0.93 | 0.4 |
| Hex | 7 | C4 | 44 | 60 | 0 | 41 | 17 | 8B | 5D | 28 |
| Octal | 7 | 304 | 104 | 140 | 0 | 101 | 27 | 213 | 135 | 50 |
| Binary | 111 | 11000100 | 1000100 | 1100000 | 0 | 1000001 | 10111 | 10001011 | 1011101 | 101000 |
Color Harmonies of #07C444
Complementary color
Monochromatic Colors of #07C444
Black with #07C444
Text Example
Text Example
White with #07C444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C444; }
p { color: rgb(7,196,68); }
H1.HeaderClassName
{
color: #07C444;
}
.AnyTagClassName
{
color: #07C444;
}
</style>
background-color css
<style>
a { background-color: #07C444; }
a { background-color: rgb(7,196,68); }
div.DivClassName
{
background-color: #07C444;
}
.BgClassName
{
background-color: #07C444;
}
</style>
border-color css
<style>
span { border-color: #07C444; }
span { border-color: rgb(7,196,68); }
td.TdClassName
{
border-color: #07C444;
}
.TagClassName
{
border-color: #07C444;
}
</style>