Shades of Dark Pastel Green #07CE32
Tints of Dark Pastel Green #07CE32
RGB
CMYK
RGB Variations
Color information
#07CE32 (or 0x07CE32) is known color: Dark Pastel Green. HEX triplet: 07, CE and 32. RGB value is (7,206,50). Sum of RGB (Red+Green+Blue) = 7+206+50=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 206 (80.86% from 255 or 78.33% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE32 is #F831CD. Grayscale: #818181. Windows color (decimal): -16265678 or 3329543. OLE color: 3329543.
HSL color Cylindrical-coordinate representation of color #07CE32: hue angle of 132.96º 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 #07CE32 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 50 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.19 |
| HSL | 132.96º | 0.93% | 0.42% | - |
| HSV(B) | 132.96º | 0.97% | 0.81% | - |
| XYZ | 22.73 | 44.42 | 10.39 | - |
| YUV | 128.72 | 83.57 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 50 | 0.97 | 0 | 0.76 | 0.19 | 132.96 | 0.93 | 0.42 |
| Hex | 7 | CE | 32 | 61 | 0 | 4C | 13 | 85 | 5D | 2A |
| Octal | 7 | 316 | 62 | 141 | 0 | 114 | 23 | 205 | 135 | 52 |
| Binary | 111 | 11001110 | 110010 | 1100001 | 0 | 1001100 | 10011 | 10000101 | 1011101 | 101010 |
Color Harmonies of #07CE32
Complementary color
Monochromatic Colors of #07CE32
Black with #07CE32
Text Example
Text Example
White with #07CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE32; }
p { color: rgb(7,206,50); }
H1.HeaderClassName
{
color: #07CE32;
}
.AnyTagClassName
{
color: #07CE32;
}
</style>
background-color css
<style>
a { background-color: #07CE32; }
a { background-color: rgb(7,206,50); }
div.DivClassName
{
background-color: #07CE32;
}
.BgClassName
{
background-color: #07CE32;
}
</style>
border-color css
<style>
span { border-color: #07CE32; }
span { border-color: rgb(7,206,50); }
td.TdClassName
{
border-color: #07CE32;
}
.TagClassName
{
border-color: #07CE32;
}
</style>