Shades of Dark Pastel Green #07DE2D
Tints of Dark Pastel Green #07DE2D
RGB
CMYK
RGB Variations
Color information
#07DE2D (or 0x07DE2D) is known color: Dark Pastel Green. HEX triplet: 07, DE and 2D. RGB value is (7,222,45). Sum of RGB (Red+Green+Blue) = 7+222+45=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 222 (87.11% from 255 or 81.02% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 222 - color contains mainly: green. Hex color #07DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DE2D is #F821D2. Grayscale: #8A8A8A. Windows color (decimal): -16261587 or 3005959. OLE color: 3005959.
HSL color Cylindrical-coordinate representation of color #07DE2D: hue angle of 130.6º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DE2D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 222 | 45 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.13 |
| HSL | 130.6º | 0.94% | 0.45% | - |
| HSV(B) | 130.6º | 0.97% | 0.87% | - |
| XYZ | 26.68 | 52.48 | 11.21 | - |
| YUV | 137.54 | 75.77 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 222 | 45 | 0.97 | 0 | 0.80 | 0.13 | 130.6 | 0.94 | 0.45 |
| Hex | 7 | DE | 2D | 61 | 0 | 50 | D | 83 | 5E | 2D |
| Octal | 7 | 336 | 55 | 141 | 0 | 120 | 15 | 203 | 136 | 55 |
| Binary | 111 | 11011110 | 101101 | 1100001 | 0 | 1010000 | 1101 | 10000011 | 1011110 | 101101 |
Color Harmonies of #07DE2D
Complementary color
Monochromatic Colors of #07DE2D
Black with #07DE2D
Text Example
Text Example
White with #07DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DE2D; }
p { color: rgb(7,222,45); }
H1.HeaderClassName
{
color: #07DE2D;
}
.AnyTagClassName
{
color: #07DE2D;
}
</style>
background-color css
<style>
a { background-color: #07DE2D; }
a { background-color: rgb(7,222,45); }
div.DivClassName
{
background-color: #07DE2D;
}
.BgClassName
{
background-color: #07DE2D;
}
</style>
border-color css
<style>
span { border-color: #07DE2D; }
span { border-color: rgb(7,222,45); }
td.TdClassName
{
border-color: #07DE2D;
}
.TagClassName
{
border-color: #07DE2D;
}
</style>