Shades of Dark Pastel Green #07CB15
Tints of Dark Pastel Green #07CB15
RGB
CMYK
RGB Variations
Color information
#07CB15 (or 0x07CB15) is known color: Dark Pastel Green. HEX triplet: 07, CB and 15. RGB value is (7,203,21). Sum of RGB (Red+Green+Blue) = 7+203+21=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 203 (79.69% from 255 or 87.88% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CB15 is #F834EA. Grayscale: #7C7C7C. Windows color (decimal): -16266475 or 1428231. OLE color: 1428231.
HSL color Cylindrical-coordinate representation of color #07CB15: hue angle of 124.29º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB15 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 21 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.20 |
| HSL | 124.29º | 0.93% | 0.41% | - |
| HSV(B) | 124.29º | 0.97% | 0.8% | - |
| XYZ | 21.58 | 42.81 | 7.84 | - |
| YUV | 123.65 | 70.07 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 21 | 0.97 | 0 | 0.90 | 0.20 | 124.29 | 0.93 | 0.41 |
| Hex | 7 | CB | 15 | 61 | 0 | 5A | 14 | 7C | 5D | 29 |
| Octal | 7 | 313 | 25 | 141 | 0 | 132 | 24 | 174 | 135 | 51 |
| Binary | 111 | 11001011 | 10101 | 1100001 | 0 | 1011010 | 10100 | 1111100 | 1011101 | 101001 |
Color Harmonies of #07CB15
Complementary color
Monochromatic Colors of #07CB15
Black with #07CB15
Text Example
Text Example
White with #07CB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB15; }
p { color: rgb(7,203,21); }
H1.HeaderClassName
{
color: #07CB15;
}
.AnyTagClassName
{
color: #07CB15;
}
</style>
background-color css
<style>
a { background-color: #07CB15; }
a { background-color: rgb(7,203,21); }
div.DivClassName
{
background-color: #07CB15;
}
.BgClassName
{
background-color: #07CB15;
}
</style>
border-color css
<style>
span { border-color: #07CB15; }
span { border-color: rgb(7,203,21); }
td.TdClassName
{
border-color: #07CB15;
}
.TagClassName
{
border-color: #07CB15;
}
</style>