Shades of Jade #07BE63
Tints of Jade #07BE63
RGB
CMYK
RGB Variations
Color information
#07BE63 (or 0x07BE63) is known color: Jade. HEX triplet: 07, BE and 63. RGB value is (7,190,99). Sum of RGB (Red+Green+Blue) = 7+190+99=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE63 is #F8419C. Grayscale: #7D7D7D. Windows color (decimal): -16269725 or 6536711. OLE color: 6536711.
HSL color Cylindrical-coordinate representation of color #07BE63: hue angle of 150.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE63 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 99 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.25 |
| HSL | 150.16º | 0.93% | 0.39% | - |
| HSV(B) | 150.16º | 0.96% | 0.75% | - |
| XYZ | 20.75 | 37.77 | 18 | - |
| YUV | 124.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 99 | 0.96 | 0 | 0.48 | 0.25 | 150.16 | 0.93 | 0.39 |
| Hex | 7 | BE | 63 | 60 | 0 | 30 | 19 | 96 | 5D | 27 |
| Octal | 7 | 276 | 143 | 140 | 0 | 60 | 31 | 226 | 135 | 47 |
| Binary | 111 | 10111110 | 1100011 | 1100000 | 0 | 110000 | 11001 | 10010110 | 1011101 | 100111 |
Color Harmonies of #07BE63
Complementary color
Monochromatic Colors of #07BE63
Black with #07BE63
Text Example
Text Example
White with #07BE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE63; }
p { color: rgb(7,190,99); }
H1.HeaderClassName
{
color: #07BE63;
}
.AnyTagClassName
{
color: #07BE63;
}
</style>
background-color css
<style>
a { background-color: #07BE63; }
a { background-color: rgb(7,190,99); }
div.DivClassName
{
background-color: #07BE63;
}
.BgClassName
{
background-color: #07BE63;
}
</style>
border-color css
<style>
span { border-color: #07BE63; }
span { border-color: rgb(7,190,99); }
td.TdClassName
{
border-color: #07BE63;
}
.TagClassName
{
border-color: #07BE63;
}
</style>