Shades of Jade #00BF6D
Tints of Jade #00BF6D
RGB
CMYK
RGB Variations
Color information
#00BF6D (or 0x00BF6D) is known color: Jade. HEX triplet: 00, BF and 6D. RGB value is (0,191,109). Sum of RGB (Red+Green+Blue) = 0+191+109=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF6D is #FF4092. Grayscale: #7C7C7C. Windows color (decimal): -16728211 or 7192320. OLE color: 7192320.
HSL color Cylindrical-coordinate representation of color #00BF6D: hue angle of 154.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF6D is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 109 | - |
| CMYK | 1 | 0 | 0.43 | 0.25 |
| HSL | 154.24º | 1% | 0.37% | - |
| HSV(B) | 154.24º | 1% | 0.75% | - |
| XYZ | 21.39 | 38.37 | 20.75 | - |
| YUV | 124.54 | 119.22 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 109 | 1 | 0 | 0.43 | 0.25 | 154.24 | 1 | 0.37 |
| Hex | 0 | BF | 6D | 64 | 0 | 2B | 19 | 9A | 64 | 25 |
| Octal | 0 | 277 | 155 | 144 | 0 | 53 | 31 | 232 | 144 | 45 |
| Binary | 0 | 10111111 | 1101101 | 1100100 | 0 | 101011 | 11001 | 10011010 | 1100100 | 100101 |
Color Harmonies of #00BF6D
Complementary color
Monochromatic Colors of #00BF6D
Black with #00BF6D
Text Example
Text Example
White with #00BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF6D; }
p { color: rgb(0,191,109); }
H1.HeaderClassName
{
color: #00BF6D;
}
.AnyTagClassName
{
color: #00BF6D;
}
</style>
background-color css
<style>
a { background-color: #00BF6D; }
a { background-color: rgb(0,191,109); }
div.DivClassName
{
background-color: #00BF6D;
}
.BgClassName
{
background-color: #00BF6D;
}
</style>
border-color css
<style>
span { border-color: #00BF6D; }
span { border-color: rgb(0,191,109); }
td.TdClassName
{
border-color: #00BF6D;
}
.TagClassName
{
border-color: #00BF6D;
}
</style>