Shades of Dark Pastel Green #07C81D
Tints of Dark Pastel Green #07C81D
RGB
CMYK
RGB Variations
Color information
#07C81D (or 0x07C81D) is known color: Dark Pastel Green. HEX triplet: 07, C8 and 1D. RGB value is (7,200,29). Sum of RGB (Red+Green+Blue) = 7+200+29=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #07C81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C81D is #F837E2. Grayscale: #7B7B7B. Windows color (decimal): -16267235 or 1951751. OLE color: 1951751.
HSL color Cylindrical-coordinate representation of color #07C81D: hue angle of 126.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C81D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 29 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.22 |
| HSL | 126.84º | 0.93% | 0.41% | - |
| HSV(B) | 126.84º | 0.97% | 0.78% | - |
| XYZ | 20.96 | 41.44 | 8.06 | - |
| YUV | 122.8 | 75.06 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 29 | 0.96 | 0 | 0.86 | 0.22 | 126.84 | 0.93 | 0.41 |
| Hex | 7 | C8 | 1D | 60 | 0 | 56 | 16 | 7F | 5D | 29 |
| Octal | 7 | 310 | 35 | 140 | 0 | 126 | 26 | 177 | 135 | 51 |
| Binary | 111 | 11001000 | 11101 | 1100000 | 0 | 1010110 | 10110 | 1111111 | 1011101 | 101001 |
Color Harmonies of #07C81D
Complementary color
Monochromatic Colors of #07C81D
Black with #07C81D
Text Example
Text Example
White with #07C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C81D; }
p { color: rgb(7,200,29); }
H1.HeaderClassName
{
color: #07C81D;
}
.AnyTagClassName
{
color: #07C81D;
}
</style>
background-color css
<style>
a { background-color: #07C81D; }
a { background-color: rgb(7,200,29); }
div.DivClassName
{
background-color: #07C81D;
}
.BgClassName
{
background-color: #07C81D;
}
</style>
border-color css
<style>
span { border-color: #07C81D; }
span { border-color: rgb(7,200,29); }
td.TdClassName
{
border-color: #07C81D;
}
.TagClassName
{
border-color: #07C81D;
}
</style>