Shades of Dark Pastel Green #07CE43
Tints of Dark Pastel Green #07CE43
RGB
CMYK
RGB Variations
Color information
#07CE43 (or 0x07CE43) is known color: Dark Pastel Green. HEX triplet: 07, CE and 43. RGB value is (7,206,67). Sum of RGB (Red+Green+Blue) = 7+206+67=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE43 is #F831BC. Grayscale: #838383. Windows color (decimal): -16265661 or 4443655. OLE color: 4443655.
HSL color Cylindrical-coordinate representation of color #07CE43: hue angle of 138.09º 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 #07CE43 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 67 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.19 |
| HSL | 138.09º | 0.93% | 0.42% | - |
| HSV(B) | 138.09º | 0.97% | 0.81% | - |
| XYZ | 23.17 | 44.59 | 12.7 | - |
| YUV | 130.65 | 92.07 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 67 | 0.97 | 0 | 0.67 | 0.19 | 138.09 | 0.93 | 0.42 |
| Hex | 7 | CE | 43 | 61 | 0 | 43 | 13 | 8A | 5D | 2A |
| Octal | 7 | 316 | 103 | 141 | 0 | 103 | 23 | 212 | 135 | 52 |
| Binary | 111 | 11001110 | 1000011 | 1100001 | 0 | 1000011 | 10011 | 10001010 | 1011101 | 101010 |
Color Harmonies of #07CE43
Complementary color
Monochromatic Colors of #07CE43
Black with #07CE43
Text Example
Text Example
White with #07CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE43; }
p { color: rgb(7,206,67); }
H1.HeaderClassName
{
color: #07CE43;
}
.AnyTagClassName
{
color: #07CE43;
}
</style>
background-color css
<style>
a { background-color: #07CE43; }
a { background-color: rgb(7,206,67); }
div.DivClassName
{
background-color: #07CE43;
}
.BgClassName
{
background-color: #07CE43;
}
</style>
border-color css
<style>
span { border-color: #07CE43; }
span { border-color: rgb(7,206,67); }
td.TdClassName
{
border-color: #07CE43;
}
.TagClassName
{
border-color: #07CE43;
}
</style>