Shades of Dark Pastel Green #07CE3A
Tints of Dark Pastel Green #07CE3A
RGB
CMYK
RGB Variations
Color information
#07CE3A (or 0x07CE3A) is known color: Dark Pastel Green. HEX triplet: 07, CE and 3A. RGB value is (7,206,58). Sum of RGB (Red+Green+Blue) = 7+206+58=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE3A is #F831C5. Grayscale: #828282. Windows color (decimal): -16265670 or 3853831. OLE color: 3853831.
HSL color Cylindrical-coordinate representation of color #07CE3A: hue angle of 135.38º 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 #07CE3A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 58 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.19 |
| HSL | 135.38º | 0.93% | 0.42% | - |
| HSV(B) | 135.38º | 0.97% | 0.81% | - |
| XYZ | 22.92 | 44.49 | 11.38 | - |
| YUV | 129.63 | 87.57 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 58 | 0.97 | 0 | 0.72 | 0.19 | 135.38 | 0.93 | 0.42 |
| Hex | 7 | CE | 3A | 61 | 0 | 48 | 13 | 87 | 5D | 2A |
| Octal | 7 | 316 | 72 | 141 | 0 | 110 | 23 | 207 | 135 | 52 |
| Binary | 111 | 11001110 | 111010 | 1100001 | 0 | 1001000 | 10011 | 10000111 | 1011101 | 101010 |
Color Harmonies of #07CE3A
Complementary color
Monochromatic Colors of #07CE3A
Black with #07CE3A
Text Example
Text Example
White with #07CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE3A; }
p { color: rgb(7,206,58); }
H1.HeaderClassName
{
color: #07CE3A;
}
.AnyTagClassName
{
color: #07CE3A;
}
</style>
background-color css
<style>
a { background-color: #07CE3A; }
a { background-color: rgb(7,206,58); }
div.DivClassName
{
background-color: #07CE3A;
}
.BgClassName
{
background-color: #07CE3A;
}
</style>
border-color css
<style>
span { border-color: #07CE3A; }
span { border-color: rgb(7,206,58); }
td.TdClassName
{
border-color: #07CE3A;
}
.TagClassName
{
border-color: #07CE3A;
}
</style>