Shades of Dark Pastel Green #07C625
Tints of Dark Pastel Green #07C625
RGB
CMYK
RGB Variations
Color information
#07C625 (or 0x07C625) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 25. RGB value is (7,198,37). Sum of RGB (Red+Green+Blue) = 7+198+37=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 198 (77.73% from 255 or 81.82% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 198 - color contains mainly: green. Hex color #07C625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C625 is #F839DA. Grayscale: #7A7A7A. Windows color (decimal): -16267739 or 2475527. OLE color: 2475527.
HSL color Cylindrical-coordinate representation of color #07C625: hue angle of 129.42º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C625 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 37 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.22 |
| HSL | 129.42º | 0.93% | 0.4% | - |
| HSV(B) | 129.42º | 0.96% | 0.78% | - |
| XYZ | 20.62 | 40.57 | 8.49 | - |
| YUV | 122.54 | 79.72 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 37 | 0.96 | 0 | 0.81 | 0.22 | 129.42 | 0.93 | 0.4 |
| Hex | 7 | C6 | 25 | 60 | 0 | 51 | 16 | 81 | 5D | 28 |
| Octal | 7 | 306 | 45 | 140 | 0 | 121 | 26 | 201 | 135 | 50 |
| Binary | 111 | 11000110 | 100101 | 1100000 | 0 | 1010001 | 10110 | 10000001 | 1011101 | 101000 |
Color Harmonies of #07C625
Complementary color
Monochromatic Colors of #07C625
Black with #07C625
Text Example
Text Example
White with #07C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C625; }
p { color: rgb(7,198,37); }
H1.HeaderClassName
{
color: #07C625;
}
.AnyTagClassName
{
color: #07C625;
}
</style>
background-color css
<style>
a { background-color: #07C625; }
a { background-color: rgb(7,198,37); }
div.DivClassName
{
background-color: #07C625;
}
.BgClassName
{
background-color: #07C625;
}
</style>
border-color css
<style>
span { border-color: #07C625; }
span { border-color: rgb(7,198,37); }
td.TdClassName
{
border-color: #07C625;
}
.TagClassName
{
border-color: #07C625;
}
</style>