Shades of Dark Pastel Green #07C152
Tints of Dark Pastel Green #07C152
RGB
CMYK
RGB Variations
Color information
#07C152 (or 0x07C152) is known color: Dark Pastel Green. HEX triplet: 07, C1 and 52. RGB value is (7,193,82). Sum of RGB (Red+Green+Blue) = 7+193+82=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #07C152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C152 is #F83EAD. Grayscale: #7C7C7C. Windows color (decimal): -16268974 or 5423367. OLE color: 5423367.
HSL color Cylindrical-coordinate representation of color #07C152: hue angle of 144.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C152 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 82 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.24 |
| HSL | 144.19º | 0.93% | 0.39% | - |
| HSV(B) | 144.19º | 0.96% | 0.76% | - |
| XYZ | 20.68 | 38.79 | 14.38 | - |
| YUV | 124.73 | 103.88 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 82 | 0.96 | 0 | 0.58 | 0.24 | 144.19 | 0.93 | 0.39 |
| Hex | 7 | C1 | 52 | 60 | 0 | 3A | 18 | 90 | 5D | 27 |
| Octal | 7 | 301 | 122 | 140 | 0 | 72 | 30 | 220 | 135 | 47 |
| Binary | 111 | 11000001 | 1010010 | 1100000 | 0 | 111010 | 11000 | 10010000 | 1011101 | 100111 |
Color Harmonies of #07C152
Complementary color
Monochromatic Colors of #07C152
Black with #07C152
Text Example
Text Example
White with #07C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C152; }
p { color: rgb(7,193,82); }
H1.HeaderClassName
{
color: #07C152;
}
.AnyTagClassName
{
color: #07C152;
}
</style>
background-color css
<style>
a { background-color: #07C152; }
a { background-color: rgb(7,193,82); }
div.DivClassName
{
background-color: #07C152;
}
.BgClassName
{
background-color: #07C152;
}
</style>
border-color css
<style>
span { border-color: #07C152; }
span { border-color: rgb(7,193,82); }
td.TdClassName
{
border-color: #07C152;
}
.TagClassName
{
border-color: #07C152;
}
</style>