Shades of Dark Pastel Green #07C93C
Tints of Dark Pastel Green #07C93C
RGB
CMYK
RGB Variations
Color information
#07C93C (or 0x07C93C) is known color: Dark Pastel Green. HEX triplet: 07, C9 and 3C. RGB value is (7,201,60). Sum of RGB (Red+Green+Blue) = 7+201+60=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #07C93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C93C is #F836C3. Grayscale: #7F7F7F. Windows color (decimal): -16266948 or 3983623. OLE color: 3983623.
HSL color Cylindrical-coordinate representation of color #07C93C: hue angle of 136.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C93C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 60 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.21 |
| HSL | 136.39º | 0.93% | 0.41% | - |
| HSV(B) | 136.39º | 0.97% | 0.79% | - |
| XYZ | 21.79 | 42.14 | 11.26 | - |
| YUV | 126.92 | 90.23 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 60 | 0.97 | 0 | 0.70 | 0.21 | 136.39 | 0.93 | 0.41 |
| Hex | 7 | C9 | 3C | 61 | 0 | 46 | 15 | 88 | 5D | 29 |
| Octal | 7 | 311 | 74 | 141 | 0 | 106 | 25 | 210 | 135 | 51 |
| Binary | 111 | 11001001 | 111100 | 1100001 | 0 | 1000110 | 10101 | 10001000 | 1011101 | 101001 |
Color Harmonies of #07C93C
Complementary color
Monochromatic Colors of #07C93C
Black with #07C93C
Text Example
Text Example
White with #07C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C93C; }
p { color: rgb(7,201,60); }
H1.HeaderClassName
{
color: #07C93C;
}
.AnyTagClassName
{
color: #07C93C;
}
</style>
background-color css
<style>
a { background-color: #07C93C; }
a { background-color: rgb(7,201,60); }
div.DivClassName
{
background-color: #07C93C;
}
.BgClassName
{
background-color: #07C93C;
}
</style>
border-color css
<style>
span { border-color: #07C93C; }
span { border-color: rgb(7,201,60); }
td.TdClassName
{
border-color: #07C93C;
}
.TagClassName
{
border-color: #07C93C;
}
</style>