Shades of Jade #07CB71
Tints of Jade #07CB71
RGB
CMYK
RGB Variations
Color information
#07CB71 (or 0x07CB71) is known color: Jade. HEX triplet: 07, CB and 71. RGB value is (7,203,113). Sum of RGB (Red+Green+Blue) = 7+203+113=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CB71 is #F8348E. Grayscale: #868686. Windows color (decimal): -16266383 or 7457543. OLE color: 7457543.
HSL color Cylindrical-coordinate representation of color #07CB71: hue angle of 152.45º 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 #07CB71 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 113 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.20 |
| HSL | 152.45º | 0.93% | 0.41% | - |
| HSV(B) | 152.45º | 0.97% | 0.8% | - |
| XYZ | 24.42 | 43.95 | 22.82 | - |
| YUV | 134.14 | 116.07 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 113 | 0.97 | 0 | 0.44 | 0.20 | 152.45 | 0.93 | 0.41 |
| Hex | 7 | CB | 71 | 61 | 0 | 2C | 14 | 98 | 5D | 29 |
| Octal | 7 | 313 | 161 | 141 | 0 | 54 | 24 | 230 | 135 | 51 |
| Binary | 111 | 11001011 | 1110001 | 1100001 | 0 | 101100 | 10100 | 10011000 | 1011101 | 101001 |
Color Harmonies of #07CB71
Complementary color
Monochromatic Colors of #07CB71
Black with #07CB71
Text Example
Text Example
White with #07CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB71; }
p { color: rgb(7,203,113); }
H1.HeaderClassName
{
color: #07CB71;
}
.AnyTagClassName
{
color: #07CB71;
}
</style>
background-color css
<style>
a { background-color: #07CB71; }
a { background-color: rgb(7,203,113); }
div.DivClassName
{
background-color: #07CB71;
}
.BgClassName
{
background-color: #07CB71;
}
</style>
border-color css
<style>
span { border-color: #07CB71; }
span { border-color: rgb(7,203,113); }
td.TdClassName
{
border-color: #07CB71;
}
.TagClassName
{
border-color: #07CB71;
}
</style>