Shades of Dark Pastel Green #07CA1C
Tints of Dark Pastel Green #07CA1C
RGB
CMYK
RGB Variations
Color information
#07CA1C (or 0x07CA1C) is known color: Dark Pastel Green. HEX triplet: 07, CA and 1C. RGB value is (7,202,28). Sum of RGB (Red+Green+Blue) = 7+202+28=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA1C is #F835E3. Grayscale: #7C7C7C. Windows color (decimal): -16266724 or 1886727. OLE color: 1886727.
HSL color Cylindrical-coordinate representation of color #07CA1C: hue angle of 126.46º 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 #07CA1C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 28 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.21 |
| HSL | 126.46º | 0.93% | 0.41% | - |
| HSV(B) | 126.46º | 0.97% | 0.79% | - |
| XYZ | 21.42 | 42.37 | 8.15 | - |
| YUV | 123.86 | 73.9 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 28 | 0.97 | 0 | 0.86 | 0.21 | 126.46 | 0.93 | 0.41 |
| Hex | 7 | CA | 1C | 61 | 0 | 56 | 15 | 7E | 5D | 29 |
| Octal | 7 | 312 | 34 | 141 | 0 | 126 | 25 | 176 | 135 | 51 |
| Binary | 111 | 11001010 | 11100 | 1100001 | 0 | 1010110 | 10101 | 1111110 | 1011101 | 101001 |
Color Harmonies of #07CA1C
Complementary color
Monochromatic Colors of #07CA1C
Black with #07CA1C
Text Example
Text Example
White with #07CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA1C; }
p { color: rgb(7,202,28); }
H1.HeaderClassName
{
color: #07CA1C;
}
.AnyTagClassName
{
color: #07CA1C;
}
</style>
background-color css
<style>
a { background-color: #07CA1C; }
a { background-color: rgb(7,202,28); }
div.DivClassName
{
background-color: #07CA1C;
}
.BgClassName
{
background-color: #07CA1C;
}
</style>
border-color css
<style>
span { border-color: #07CA1C; }
span { border-color: rgb(7,202,28); }
td.TdClassName
{
border-color: #07CA1C;
}
.TagClassName
{
border-color: #07CA1C;
}
</style>