Shades of Dark Pastel Green #07CA19
Tints of Dark Pastel Green #07CA19
RGB
CMYK
RGB Variations
Color information
#07CA19 (or 0x07CA19) is known color: Dark Pastel Green. HEX triplet: 07, CA and 19. RGB value is (7,202,25). Sum of RGB (Red+Green+Blue) = 7+202+25=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 202 (79.30% from 255 or 86.32% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CA19 is #F835E6. Grayscale: #7C7C7C. Windows color (decimal): -16266727 or 1690119. OLE color: 1690119.
HSL color Cylindrical-coordinate representation of color #07CA19: hue angle of 125.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 #07CA19 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 25 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.21 |
| HSL | 125.54º | 0.93% | 0.41% | - |
| HSV(B) | 125.54º | 0.97% | 0.79% | - |
| XYZ | 21.38 | 42.36 | 7.97 | - |
| YUV | 123.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 25 | 0.97 | 0 | 0.88 | 0.21 | 125.54 | 0.93 | 0.41 |
| Hex | 7 | CA | 19 | 61 | 0 | 58 | 15 | 7E | 5D | 29 |
| Octal | 7 | 312 | 31 | 141 | 0 | 130 | 25 | 176 | 135 | 51 |
| Binary | 111 | 11001010 | 11001 | 1100001 | 0 | 1011000 | 10101 | 1111110 | 1011101 | 101001 |
Color Harmonies of #07CA19
Complementary color
Monochromatic Colors of #07CA19
Black with #07CA19
Text Example
Text Example
White with #07CA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA19; }
p { color: rgb(7,202,25); }
H1.HeaderClassName
{
color: #07CA19;
}
.AnyTagClassName
{
color: #07CA19;
}
</style>
background-color css
<style>
a { background-color: #07CA19; }
a { background-color: rgb(7,202,25); }
div.DivClassName
{
background-color: #07CA19;
}
.BgClassName
{
background-color: #07CA19;
}
</style>
border-color css
<style>
span { border-color: #07CA19; }
span { border-color: rgb(7,202,25); }
td.TdClassName
{
border-color: #07CA19;
}
.TagClassName
{
border-color: #07CA19;
}
</style>