Shades of Dark Pastel Green #07D63A
Tints of Dark Pastel Green #07D63A
RGB
CMYK
RGB Variations
Color information
#07D63A (or 0x07D63A) is known color: Dark Pastel Green. HEX triplet: 07, D6 and 3A. RGB value is (7,214,58). Sum of RGB (Red+Green+Blue) = 7+214+58=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 214 (83.98% from 255 or 76.70% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 214 - color contains mainly: green. Hex color #07D63A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D63A is #F829C5. Grayscale: #868686. Windows color (decimal): -16263622 or 3855879. OLE color: 3855879.
HSL color Cylindrical-coordinate representation of color #07D63A: hue angle of 134.78º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D63A is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 58 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.16 |
| HSL | 134.78º | 0.94% | 0.43% | - |
| HSV(B) | 134.78º | 0.97% | 0.84% | - |
| XYZ | 24.9 | 48.44 | 12.04 | - |
| YUV | 134.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 58 | 0.97 | 0 | 0.73 | 0.16 | 134.78 | 0.94 | 0.43 |
| Hex | 7 | D6 | 3A | 61 | 0 | 49 | 10 | 87 | 5E | 2B |
| Octal | 7 | 326 | 72 | 141 | 0 | 111 | 20 | 207 | 136 | 53 |
| Binary | 111 | 11010110 | 111010 | 1100001 | 0 | 1001001 | 10000 | 10000111 | 1011110 | 101011 |
Color Harmonies of #07D63A
Complementary color
Monochromatic Colors of #07D63A
Black with #07D63A
Text Example
Text Example
White with #07D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D63A; }
p { color: rgb(7,214,58); }
H1.HeaderClassName
{
color: #07D63A;
}
.AnyTagClassName
{
color: #07D63A;
}
</style>
background-color css
<style>
a { background-color: #07D63A; }
a { background-color: rgb(7,214,58); }
div.DivClassName
{
background-color: #07D63A;
}
.BgClassName
{
background-color: #07D63A;
}
</style>
border-color css
<style>
span { border-color: #07D63A; }
span { border-color: rgb(7,214,58); }
td.TdClassName
{
border-color: #07D63A;
}
.TagClassName
{
border-color: #07D63A;
}
</style>