Shades of Dark Pastel Green #07C53C
Tints of Dark Pastel Green #07C53C
RGB
CMYK
RGB Variations
Color information
#07C53C (or 0x07C53C) is known color: Dark Pastel Green. HEX triplet: 07, C5 and 3C. RGB value is (7,197,60). Sum of RGB (Red+Green+Blue) = 7+197+60=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 197 (77.34% from 255 or 74.62% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 197 - color contains mainly: green. Hex color #07C53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C53C is #F83AC3. Grayscale: #7C7C7C. Windows color (decimal): -16267972 or 3982599. OLE color: 3982599.
HSL color Cylindrical-coordinate representation of color #07C53C: hue angle of 136.74º 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 #07C53C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 60 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.23 |
| HSL | 136.74º | 0.93% | 0.4% | - |
| HSV(B) | 136.74º | 0.96% | 0.77% | - |
| XYZ | 20.87 | 40.3 | 10.95 | - |
| YUV | 124.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 60 | 0.96 | 0 | 0.70 | 0.23 | 136.74 | 0.93 | 0.4 |
| Hex | 7 | C5 | 3C | 60 | 0 | 46 | 17 | 89 | 5D | 28 |
| Octal | 7 | 305 | 74 | 140 | 0 | 106 | 27 | 211 | 135 | 50 |
| Binary | 111 | 11000101 | 111100 | 1100000 | 0 | 1000110 | 10111 | 10001001 | 1011101 | 101000 |
Color Harmonies of #07C53C
Complementary color
Monochromatic Colors of #07C53C
Black with #07C53C
Text Example
Text Example
White with #07C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C53C; }
p { color: rgb(7,197,60); }
H1.HeaderClassName
{
color: #07C53C;
}
.AnyTagClassName
{
color: #07C53C;
}
</style>
background-color css
<style>
a { background-color: #07C53C; }
a { background-color: rgb(7,197,60); }
div.DivClassName
{
background-color: #07C53C;
}
.BgClassName
{
background-color: #07C53C;
}
</style>
border-color css
<style>
span { border-color: #07C53C; }
span { border-color: rgb(7,197,60); }
td.TdClassName
{
border-color: #07C53C;
}
.TagClassName
{
border-color: #07C53C;
}
</style>