Shades of Dark Pastel Green #07CE2D
Tints of Dark Pastel Green #07CE2D
RGB
CMYK
RGB Variations
Color information
#07CE2D (or 0x07CE2D) is known color: Dark Pastel Green. HEX triplet: 07, CE and 2D. RGB value is (7,206,45). Sum of RGB (Red+Green+Blue) = 7+206+45=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 206 (80.86% from 255 or 79.84% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE2D is #F831D2. Grayscale: #808080. Windows color (decimal): -16265683 or 3001863. OLE color: 3001863.
HSL color Cylindrical-coordinate representation of color #07CE2D: hue angle of 131.46º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE2D is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 45 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.19 |
| HSL | 131.46º | 0.93% | 0.42% | - |
| HSV(B) | 131.46º | 0.97% | 0.81% | - |
| XYZ | 22.63 | 44.38 | 9.86 | - |
| YUV | 128.15 | 81.07 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 45 | 0.97 | 0 | 0.78 | 0.19 | 131.46 | 0.93 | 0.42 |
| Hex | 7 | CE | 2D | 61 | 0 | 4E | 13 | 83 | 5D | 2A |
| Octal | 7 | 316 | 55 | 141 | 0 | 116 | 23 | 203 | 135 | 52 |
| Binary | 111 | 11001110 | 101101 | 1100001 | 0 | 1001110 | 10011 | 10000011 | 1011101 | 101010 |
Color Harmonies of #07CE2D
Complementary color
Monochromatic Colors of #07CE2D
Black with #07CE2D
Text Example
Text Example
White with #07CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE2D; }
p { color: rgb(7,206,45); }
H1.HeaderClassName
{
color: #07CE2D;
}
.AnyTagClassName
{
color: #07CE2D;
}
</style>
background-color css
<style>
a { background-color: #07CE2D; }
a { background-color: rgb(7,206,45); }
div.DivClassName
{
background-color: #07CE2D;
}
.BgClassName
{
background-color: #07CE2D;
}
</style>
border-color css
<style>
span { border-color: #07CE2D; }
span { border-color: rgb(7,206,45); }
td.TdClassName
{
border-color: #07CE2D;
}
.TagClassName
{
border-color: #07CE2D;
}
</style>