Shades of Jade #00BC75
Tints of Jade #00BC75
RGB
CMYK
RGB Variations
Color information
#00BC75 (or 0x00BC75) is known color: Jade. HEX triplet: 00, BC and 75. RGB value is (0,188,117). Sum of RGB (Red+Green+Blue) = 0+188+117=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC75 is #FF438A. Grayscale: #7B7B7B. Windows color (decimal): -16728971 or 7715840. OLE color: 7715840.
HSL color Cylindrical-coordinate representation of color #00BC75: hue angle of 157.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC75 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 117 | - |
| CMYK | 1 | 0 | 0.38 | 0.26 |
| HSL | 157.34º | 1% | 0.37% | - |
| HSV(B) | 157.34º | 1% | 0.74% | - |
| XYZ | 21.19 | 37.25 | 22.9 | - |
| YUV | 123.69 | 124.22 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 117 | 1 | 0 | 0.38 | 0.26 | 157.34 | 1 | 0.37 |
| Hex | 0 | BC | 75 | 64 | 0 | 26 | 1A | 9D | 64 | 25 |
| Octal | 0 | 274 | 165 | 144 | 0 | 46 | 32 | 235 | 144 | 45 |
| Binary | 0 | 10111100 | 1110101 | 1100100 | 0 | 100110 | 11010 | 10011101 | 1100100 | 100101 |
Color Harmonies of #00BC75
Complementary color
Monochromatic Colors of #00BC75
Black with #00BC75
Text Example
Text Example
White with #00BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC75; }
p { color: rgb(0,188,117); }
H1.HeaderClassName
{
color: #00BC75;
}
.AnyTagClassName
{
color: #00BC75;
}
</style>
background-color css
<style>
a { background-color: #00BC75; }
a { background-color: rgb(0,188,117); }
div.DivClassName
{
background-color: #00BC75;
}
.BgClassName
{
background-color: #00BC75;
}
</style>
border-color css
<style>
span { border-color: #00BC75; }
span { border-color: rgb(0,188,117); }
td.TdClassName
{
border-color: #00BC75;
}
.TagClassName
{
border-color: #00BC75;
}
</style>