Shades of Dark Pastel Green #07CE3C
Tints of Dark Pastel Green #07CE3C
RGB
CMYK
RGB Variations
Color information
#07CE3C (or 0x07CE3C) is known color: Dark Pastel Green. HEX triplet: 07, CE and 3C. RGB value is (7,206,60). Sum of RGB (Red+Green+Blue) = 7+206+60=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE3C is #F831C3. Grayscale: #828282. Windows color (decimal): -16265668 or 3984903. OLE color: 3984903.
HSL color Cylindrical-coordinate representation of color #07CE3C: hue angle of 135.98º 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 #07CE3C is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 60 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.19 |
| HSL | 135.98º | 0.93% | 0.42% | - |
| HSV(B) | 135.98º | 0.97% | 0.81% | - |
| XYZ | 22.97 | 44.51 | 11.66 | - |
| YUV | 129.86 | 88.57 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 60 | 0.97 | 0 | 0.71 | 0.19 | 135.98 | 0.93 | 0.42 |
| Hex | 7 | CE | 3C | 61 | 0 | 47 | 13 | 88 | 5D | 2A |
| Octal | 7 | 316 | 74 | 141 | 0 | 107 | 23 | 210 | 135 | 52 |
| Binary | 111 | 11001110 | 111100 | 1100001 | 0 | 1000111 | 10011 | 10001000 | 1011101 | 101010 |
Color Harmonies of #07CE3C
Complementary color
Monochromatic Colors of #07CE3C
Black with #07CE3C
Text Example
Text Example
White with #07CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE3C; }
p { color: rgb(7,206,60); }
H1.HeaderClassName
{
color: #07CE3C;
}
.AnyTagClassName
{
color: #07CE3C;
}
</style>
background-color css
<style>
a { background-color: #07CE3C; }
a { background-color: rgb(7,206,60); }
div.DivClassName
{
background-color: #07CE3C;
}
.BgClassName
{
background-color: #07CE3C;
}
</style>
border-color css
<style>
span { border-color: #07CE3C; }
span { border-color: rgb(7,206,60); }
td.TdClassName
{
border-color: #07CE3C;
}
.TagClassName
{
border-color: #07CE3C;
}
</style>