Shades of Jade #07BD64
Tints of Jade #07BD64
RGB
CMYK
RGB Variations
Color information
#07BD64 (or 0x07BD64) is known color: Jade. HEX triplet: 07, BD and 64. RGB value is (7,189,100). Sum of RGB (Red+Green+Blue) = 7+189+100=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD64 is #F8429B. Grayscale: #7C7C7C. Windows color (decimal): -16269980 or 6601991. OLE color: 6601991.
HSL color Cylindrical-coordinate representation of color #07BD64: hue angle of 150.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD64 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 100 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.26 |
| HSL | 150.66º | 0.93% | 0.38% | - |
| HSV(B) | 150.66º | 0.96% | 0.74% | - |
| XYZ | 20.59 | 37.36 | 18.18 | - |
| YUV | 124.44 | 114.2 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 100 | 0.96 | 0 | 0.47 | 0.26 | 150.66 | 0.93 | 0.38 |
| Hex | 7 | BD | 64 | 60 | 0 | 2F | 1A | 97 | 5D | 26 |
| Octal | 7 | 275 | 144 | 140 | 0 | 57 | 32 | 227 | 135 | 46 |
| Binary | 111 | 10111101 | 1100100 | 1100000 | 0 | 101111 | 11010 | 10010111 | 1011101 | 100110 |
Color Harmonies of #07BD64
Complementary color
Monochromatic Colors of #07BD64
Black with #07BD64
Text Example
Text Example
White with #07BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD64; }
p { color: rgb(7,189,100); }
H1.HeaderClassName
{
color: #07BD64;
}
.AnyTagClassName
{
color: #07BD64;
}
</style>
background-color css
<style>
a { background-color: #07BD64; }
a { background-color: rgb(7,189,100); }
div.DivClassName
{
background-color: #07BD64;
}
.BgClassName
{
background-color: #07BD64;
}
</style>
border-color css
<style>
span { border-color: #07BD64; }
span { border-color: rgb(7,189,100); }
td.TdClassName
{
border-color: #07BD64;
}
.TagClassName
{
border-color: #07BD64;
}
</style>