Shades of Dark Pastel Green #07C445
Tints of Dark Pastel Green #07C445
RGB
CMYK
RGB Variations
Color information
#07C445 (or 0x07C445) is known color: Dark Pastel Green. HEX triplet: 07, C4 and 45. RGB value is (7,196,69). Sum of RGB (Red+Green+Blue) = 7+196+69=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #07C445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C445 is #F83BBA. Grayscale: #7D7D7D. Windows color (decimal): -16268219 or 4572167. OLE color: 4572167.
HSL color Cylindrical-coordinate representation of color #07C445: hue angle of 139.68º 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 #07C445 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 69 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.23 |
| HSL | 139.68º | 0.93% | 0.4% | - |
| HSV(B) | 139.68º | 0.96% | 0.77% | - |
| XYZ | 20.9 | 39.95 | 12.24 | - |
| YUV | 125.01 | 96.38 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 69 | 0.96 | 0 | 0.65 | 0.23 | 139.68 | 0.93 | 0.4 |
| Hex | 7 | C4 | 45 | 60 | 0 | 41 | 17 | 8C | 5D | 28 |
| Octal | 7 | 304 | 105 | 140 | 0 | 101 | 27 | 214 | 135 | 50 |
| Binary | 111 | 11000100 | 1000101 | 1100000 | 0 | 1000001 | 10111 | 10001100 | 1011101 | 101000 |
Color Harmonies of #07C445
Complementary color
Monochromatic Colors of #07C445
Black with #07C445
Text Example
Text Example
White with #07C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C445; }
p { color: rgb(7,196,69); }
H1.HeaderClassName
{
color: #07C445;
}
.AnyTagClassName
{
color: #07C445;
}
</style>
background-color css
<style>
a { background-color: #07C445; }
a { background-color: rgb(7,196,69); }
div.DivClassName
{
background-color: #07C445;
}
.BgClassName
{
background-color: #07C445;
}
</style>
border-color css
<style>
span { border-color: #07C445; }
span { border-color: rgb(7,196,69); }
td.TdClassName
{
border-color: #07C445;
}
.TagClassName
{
border-color: #07C445;
}
</style>