Shades of Dark Pastel Green #07CA46
Tints of Dark Pastel Green #07CA46
RGB
CMYK
RGB Variations
Color information
#07CA46 (or 0x07CA46) is known color: Dark Pastel Green. HEX triplet: 07, CA and 46. RGB value is (7,202,70). Sum of RGB (Red+Green+Blue) = 7+202+70=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA46 is #F835B9. Grayscale: #808080. Windows color (decimal): -16266682 or 4639239. OLE color: 4639239.
HSL color Cylindrical-coordinate representation of color #07CA46: hue angle of 139.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA46 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 70 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.21 |
| HSL | 139.38º | 0.93% | 0.41% | - |
| HSV(B) | 139.38º | 0.97% | 0.79% | - |
| XYZ | 22.31 | 42.73 | 12.87 | - |
| YUV | 128.65 | 94.9 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 70 | 0.97 | 0 | 0.65 | 0.21 | 139.38 | 0.93 | 0.41 |
| Hex | 7 | CA | 46 | 61 | 0 | 41 | 15 | 8B | 5D | 29 |
| Octal | 7 | 312 | 106 | 141 | 0 | 101 | 25 | 213 | 135 | 51 |
| Binary | 111 | 11001010 | 1000110 | 1100001 | 0 | 1000001 | 10101 | 10001011 | 1011101 | 101001 |
Color Harmonies of #07CA46
Complementary color
Monochromatic Colors of #07CA46
Black with #07CA46
Text Example
Text Example
White with #07CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA46; }
p { color: rgb(7,202,70); }
H1.HeaderClassName
{
color: #07CA46;
}
.AnyTagClassName
{
color: #07CA46;
}
</style>
background-color css
<style>
a { background-color: #07CA46; }
a { background-color: rgb(7,202,70); }
div.DivClassName
{
background-color: #07CA46;
}
.BgClassName
{
background-color: #07CA46;
}
</style>
border-color css
<style>
span { border-color: #07CA46; }
span { border-color: rgb(7,202,70); }
td.TdClassName
{
border-color: #07CA46;
}
.TagClassName
{
border-color: #07CA46;
}
</style>