Shades of Dark Pastel Green #07CA26
Tints of Dark Pastel Green #07CA26
RGB
CMYK
RGB Variations
Color information
#07CA26 (or 0x07CA26) is known color: Dark Pastel Green. HEX triplet: 07, CA and 26. RGB value is (7,202,38). Sum of RGB (Red+Green+Blue) = 7+202+38=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA26 is #F835D9. Grayscale: #7D7D7D. Windows color (decimal): -16266714 or 2542087. OLE color: 2542087.
HSL color Cylindrical-coordinate representation of color #07CA26: hue angle of 129.54º 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 #07CA26 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 38 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.21 |
| HSL | 129.54º | 0.93% | 0.41% | - |
| HSV(B) | 129.54º | 0.97% | 0.79% | - |
| XYZ | 21.56 | 42.43 | 8.89 | - |
| YUV | 125 | 78.9 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 38 | 0.97 | 0 | 0.81 | 0.21 | 129.54 | 0.93 | 0.41 |
| Hex | 7 | CA | 26 | 61 | 0 | 51 | 15 | 82 | 5D | 29 |
| Octal | 7 | 312 | 46 | 141 | 0 | 121 | 25 | 202 | 135 | 51 |
| Binary | 111 | 11001010 | 100110 | 1100001 | 0 | 1010001 | 10101 | 10000010 | 1011101 | 101001 |
Color Harmonies of #07CA26
Complementary color
Monochromatic Colors of #07CA26
Black with #07CA26
Text Example
Text Example
White with #07CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA26; }
p { color: rgb(7,202,38); }
H1.HeaderClassName
{
color: #07CA26;
}
.AnyTagClassName
{
color: #07CA26;
}
</style>
background-color css
<style>
a { background-color: #07CA26; }
a { background-color: rgb(7,202,38); }
div.DivClassName
{
background-color: #07CA26;
}
.BgClassName
{
background-color: #07CA26;
}
</style>
border-color css
<style>
span { border-color: #07CA26; }
span { border-color: rgb(7,202,38); }
td.TdClassName
{
border-color: #07CA26;
}
.TagClassName
{
border-color: #07CA26;
}
</style>