Shades of Emerald #60BF7B
Tints of Emerald #60BF7B
RGB
CMYK
RGB Variations
Color information
#60BF7B (or 0x60BF7B) is known color: Emerald. HEX triplet: 60, BF and 7B. RGB value is (96,191,123). Sum of RGB (Red+Green+Blue) = 96+191+123=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF7B is #9F4084. Grayscale: #9B9B9B. Windows color (decimal): -10436741 or 8109920. OLE color: 8109920.
HSL color Cylindrical-coordinate representation of color #60BF7B: hue angle of 137.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF7B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 123 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.25 |
| HSL | 137.05º | 0.43% | 0.56% | - |
| HSV(B) | 137.05º | 0.5% | 0.75% | - |
| XYZ | 27.03 | 41.18 | 25.26 | - |
| YUV | 154.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 123 | 0.50 | 0 | 0.36 | 0.25 | 137.05 | 0.43 | 0.56 |
| Hex | 60 | BF | 7B | 32 | 0 | 24 | 19 | 89 | 2B | 38 |
| Octal | 140 | 277 | 173 | 62 | 0 | 44 | 31 | 211 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1111011 | 110010 | 0 | 100100 | 11001 | 10001001 | 101011 | 111000 |
Color Harmonies of #60BF7B
Complementary color
Monochromatic Colors of #60BF7B
Black with #60BF7B
Text Example
Text Example
White with #60BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF7B; }
p { color: rgb(96,191,123); }
H1.HeaderClassName
{
color: #60BF7B;
}
.AnyTagClassName
{
color: #60BF7B;
}
</style>
background-color css
<style>
a { background-color: #60BF7B; }
a { background-color: rgb(96,191,123); }
div.DivClassName
{
background-color: #60BF7B;
}
.BgClassName
{
background-color: #60BF7B;
}
</style>
border-color css
<style>
span { border-color: #60BF7B; }
span { border-color: rgb(96,191,123); }
td.TdClassName
{
border-color: #60BF7B;
}
.TagClassName
{
border-color: #60BF7B;
}
</style>