Shades of Dark Pastel Green #07C62B
Tints of Dark Pastel Green #07C62B
RGB
CMYK
RGB Variations
Color information
#07C62B (or 0x07C62B) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 2B. RGB value is (7,198,43). Sum of RGB (Red+Green+Blue) = 7+198+43=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 198 (77.73% from 255 or 79.84% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 198 - color contains mainly: green. Hex color #07C62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C62B is #F839D4. Grayscale: #7B7B7B. Windows color (decimal): -16267733 or 2868743. OLE color: 2868743.
HSL color Cylindrical-coordinate representation of color #07C62B: hue angle of 131.31º 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 #07C62B is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 43 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.22 |
| HSL | 131.31º | 0.93% | 0.4% | - |
| HSV(B) | 131.31º | 0.96% | 0.78% | - |
| XYZ | 20.72 | 40.61 | 9.03 | - |
| YUV | 123.22 | 82.72 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 43 | 0.96 | 0 | 0.78 | 0.22 | 131.31 | 0.93 | 0.4 |
| Hex | 7 | C6 | 2B | 60 | 0 | 4E | 16 | 83 | 5D | 28 |
| Octal | 7 | 306 | 53 | 140 | 0 | 116 | 26 | 203 | 135 | 50 |
| Binary | 111 | 11000110 | 101011 | 1100000 | 0 | 1001110 | 10110 | 10000011 | 1011101 | 101000 |
Color Harmonies of #07C62B
Complementary color
Monochromatic Colors of #07C62B
Black with #07C62B
Text Example
Text Example
White with #07C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C62B; }
p { color: rgb(7,198,43); }
H1.HeaderClassName
{
color: #07C62B;
}
.AnyTagClassName
{
color: #07C62B;
}
</style>
background-color css
<style>
a { background-color: #07C62B; }
a { background-color: rgb(7,198,43); }
div.DivClassName
{
background-color: #07C62B;
}
.BgClassName
{
background-color: #07C62B;
}
</style>
border-color css
<style>
span { border-color: #07C62B; }
span { border-color: rgb(7,198,43); }
td.TdClassName
{
border-color: #07C62B;
}
.TagClassName
{
border-color: #07C62B;
}
</style>