Shades of Emerald #60CB7B
Tints of Emerald #60CB7B
RGB
CMYK
RGB Variations
Color information
#60CB7B (or 0x60CB7B) is known color: Emerald. HEX triplet: 60, CB and 7B. RGB value is (96,203,123). Sum of RGB (Red+Green+Blue) = 96+203+123=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB7B is #9F3484. Grayscale: #A2A2A2. Windows color (decimal): -10433669 or 8112992. OLE color: 8112992.
HSL color Cylindrical-coordinate representation of color #60CB7B: hue angle of 135.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CB7B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 123 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.20 |
| HSL | 135.14º | 0.51% | 0.59% | - |
| HSV(B) | 135.14º | 0.53% | 0.8% | - |
| XYZ | 29.75 | 46.63 | 26.17 | - |
| YUV | 161.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 123 | 0.53 | 0 | 0.39 | 0.20 | 135.14 | 0.51 | 0.59 |
| Hex | 60 | CB | 7B | 35 | 0 | 27 | 14 | 87 | 33 | 3B |
| Octal | 140 | 313 | 173 | 65 | 0 | 47 | 24 | 207 | 63 | 73 |
| Binary | 1100000 | 11001011 | 1111011 | 110101 | 0 | 100111 | 10100 | 10000111 | 110011 | 111011 |
Color Harmonies of #60CB7B
Complementary color
Monochromatic Colors of #60CB7B
Black with #60CB7B
Text Example
Text Example
White with #60CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB7B; }
p { color: rgb(96,203,123); }
H1.HeaderClassName
{
color: #60CB7B;
}
.AnyTagClassName
{
color: #60CB7B;
}
</style>
background-color css
<style>
a { background-color: #60CB7B; }
a { background-color: rgb(96,203,123); }
div.DivClassName
{
background-color: #60CB7B;
}
.BgClassName
{
background-color: #60CB7B;
}
</style>
border-color css
<style>
span { border-color: #60CB7B; }
span { border-color: rgb(96,203,123); }
td.TdClassName
{
border-color: #60CB7B;
}
.TagClassName
{
border-color: #60CB7B;
}
</style>