Shades of Emerald #60BF80
Tints of Emerald #60BF80
RGB
CMYK
RGB Variations
Color information
#60BF80 (or 0x60BF80) is known color: Emerald. HEX triplet: 60, BF and 80. RGB value is (96,191,128). Sum of RGB (Red+Green+Blue) = 96+191+128=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF80 is #9F407F. Grayscale: #9B9B9B. Windows color (decimal): -10436736 or 8437600. OLE color: 8437600.
HSL color Cylindrical-coordinate representation of color #60BF80: hue angle of 140.21º 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 #60BF80 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 128 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.25 |
| HSL | 140.21º | 0.43% | 0.56% | - |
| HSV(B) | 140.21º | 0.5% | 0.75% | - |
| XYZ | 27.35 | 41.31 | 26.95 | - |
| YUV | 155.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 128 | 0.50 | 0 | 0.33 | 0.25 | 140.21 | 0.43 | 0.56 |
| Hex | 60 | BF | 80 | 32 | 0 | 21 | 19 | 8C | 2B | 38 |
| Octal | 140 | 277 | 200 | 62 | 0 | 41 | 31 | 214 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10000000 | 110010 | 0 | 100001 | 11001 | 10001100 | 101011 | 111000 |
Color Harmonies of #60BF80
Complementary color
Monochromatic Colors of #60BF80
Black with #60BF80
Text Example
Text Example
White with #60BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF80; }
p { color: rgb(96,191,128); }
H1.HeaderClassName
{
color: #60BF80;
}
.AnyTagClassName
{
color: #60BF80;
}
</style>
background-color css
<style>
a { background-color: #60BF80; }
a { background-color: rgb(96,191,128); }
div.DivClassName
{
background-color: #60BF80;
}
.BgClassName
{
background-color: #60BF80;
}
</style>
border-color css
<style>
span { border-color: #60BF80; }
span { border-color: rgb(96,191,128); }
td.TdClassName
{
border-color: #60BF80;
}
.TagClassName
{
border-color: #60BF80;
}
</style>