Shades of Jade #00BC74
Tints of Jade #00BC74
RGB
CMYK
RGB Variations
Color information
#00BC74 (or 0x00BC74) is known color: Jade. HEX triplet: 00, BC and 74. RGB value is (0,188,116). Sum of RGB (Red+Green+Blue) = 0+188+116=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC74 is #FF438B. Grayscale: #7B7B7B. Windows color (decimal): -16728972 or 7650304. OLE color: 7650304.
HSL color Cylindrical-coordinate representation of color #00BC74: hue angle of 157.02º 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 #00BC74 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 116 | - |
| CMYK | 1 | 0 | 0.38 | 0.26 |
| HSL | 157.02º | 1% | 0.37% | - |
| HSV(B) | 157.02º | 1% | 0.74% | - |
| XYZ | 21.14 | 37.23 | 22.59 | - |
| YUV | 123.58 | 123.72 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 116 | 1 | 0 | 0.38 | 0.26 | 157.02 | 1 | 0.37 |
| Hex | 0 | BC | 74 | 64 | 0 | 26 | 1A | 9D | 64 | 25 |
| Octal | 0 | 274 | 164 | 144 | 0 | 46 | 32 | 235 | 144 | 45 |
| Binary | 0 | 10111100 | 1110100 | 1100100 | 0 | 100110 | 11010 | 10011101 | 1100100 | 100101 |
Color Harmonies of #00BC74
Complementary color
Monochromatic Colors of #00BC74
Black with #00BC74
Text Example
Text Example
White with #00BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC74; }
p { color: rgb(0,188,116); }
H1.HeaderClassName
{
color: #00BC74;
}
.AnyTagClassName
{
color: #00BC74;
}
</style>
background-color css
<style>
a { background-color: #00BC74; }
a { background-color: rgb(0,188,116); }
div.DivClassName
{
background-color: #00BC74;
}
.BgClassName
{
background-color: #00BC74;
}
</style>
border-color css
<style>
span { border-color: #00BC74; }
span { border-color: rgb(0,188,116); }
td.TdClassName
{
border-color: #00BC74;
}
.TagClassName
{
border-color: #00BC74;
}
</style>