Shades of Dark Pastel Green #07C544
Tints of Dark Pastel Green #07C544
RGB
CMYK
RGB Variations
Color information
#07C544 (or 0x07C544) is known color: Dark Pastel Green. HEX triplet: 07, C5 and 44. RGB value is (7,197,68). Sum of RGB (Red+Green+Blue) = 7+197+68=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #07C544 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C544 is #F83ABB. Grayscale: #7D7D7D. Windows color (decimal): -16267964 or 4506887. OLE color: 4506887.
HSL color Cylindrical-coordinate representation of color #07C544: hue angle of 139.26º 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 #07C544 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 68 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.23 |
| HSL | 139.26º | 0.93% | 0.4% | - |
| HSV(B) | 139.26º | 0.96% | 0.77% | - |
| XYZ | 21.1 | 40.4 | 12.15 | - |
| YUV | 125.48 | 95.55 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 68 | 0.96 | 0 | 0.65 | 0.23 | 139.26 | 0.93 | 0.4 |
| Hex | 7 | C5 | 44 | 60 | 0 | 41 | 17 | 8B | 5D | 28 |
| Octal | 7 | 305 | 104 | 140 | 0 | 101 | 27 | 213 | 135 | 50 |
| Binary | 111 | 11000101 | 1000100 | 1100000 | 0 | 1000001 | 10111 | 10001011 | 1011101 | 101000 |
Color Harmonies of #07C544
Complementary color
Monochromatic Colors of #07C544
Black with #07C544
Text Example
Text Example
White with #07C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C544; }
p { color: rgb(7,197,68); }
H1.HeaderClassName
{
color: #07C544;
}
.AnyTagClassName
{
color: #07C544;
}
</style>
background-color css
<style>
a { background-color: #07C544; }
a { background-color: rgb(7,197,68); }
div.DivClassName
{
background-color: #07C544;
}
.BgClassName
{
background-color: #07C544;
}
</style>
border-color css
<style>
span { border-color: #07C544; }
span { border-color: rgb(7,197,68); }
td.TdClassName
{
border-color: #07C544;
}
.TagClassName
{
border-color: #07C544;
}
</style>