Shades of Dark Pastel Green #07CA45
Tints of Dark Pastel Green #07CA45
RGB
CMYK
RGB Variations
Color information
#07CA45 (or 0x07CA45) is known color: Dark Pastel Green. HEX triplet: 07, CA and 45. RGB value is (7,202,69). Sum of RGB (Red+Green+Blue) = 7+202+69=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA45 is #F835BA. Grayscale: #808080. Windows color (decimal): -16266683 or 4573703. OLE color: 4573703.
HSL color Cylindrical-coordinate representation of color #07CA45: hue angle of 139.08º 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 #07CA45 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 69 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.21 |
| HSL | 139.08º | 0.93% | 0.41% | - |
| HSV(B) | 139.08º | 0.97% | 0.79% | - |
| XYZ | 22.28 | 42.72 | 12.7 | - |
| YUV | 128.53 | 94.4 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 69 | 0.97 | 0 | 0.66 | 0.21 | 139.08 | 0.93 | 0.41 |
| Hex | 7 | CA | 45 | 61 | 0 | 42 | 15 | 8B | 5D | 29 |
| Octal | 7 | 312 | 105 | 141 | 0 | 102 | 25 | 213 | 135 | 51 |
| Binary | 111 | 11001010 | 1000101 | 1100001 | 0 | 1000010 | 10101 | 10001011 | 1011101 | 101001 |
Color Harmonies of #07CA45
Complementary color
Monochromatic Colors of #07CA45
Black with #07CA45
Text Example
Text Example
White with #07CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA45; }
p { color: rgb(7,202,69); }
H1.HeaderClassName
{
color: #07CA45;
}
.AnyTagClassName
{
color: #07CA45;
}
</style>
background-color css
<style>
a { background-color: #07CA45; }
a { background-color: rgb(7,202,69); }
div.DivClassName
{
background-color: #07CA45;
}
.BgClassName
{
background-color: #07CA45;
}
</style>
border-color css
<style>
span { border-color: #07CA45; }
span { border-color: rgb(7,202,69); }
td.TdClassName
{
border-color: #07CA45;
}
.TagClassName
{
border-color: #07CA45;
}
</style>