Shades of Emerald #60C77F
Tints of Emerald #60C77F
RGB
CMYK
RGB Variations
Color information
#60C77F (or 0x60C77F) is known color: Emerald. HEX triplet: 60, C7 and 7F. RGB value is (96,199,127). Sum of RGB (Red+Green+Blue) = 96+199+127=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #60C77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C77F is #9F3880. Grayscale: #A0A0A0. Windows color (decimal): -10434689 or 8374112. OLE color: 8374112.
HSL color Cylindrical-coordinate representation of color #60C77F: hue angle of 138.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C77F is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 127 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.22 |
| HSL | 138.06º | 0.48% | 0.58% | - |
| HSV(B) | 138.06º | 0.52% | 0.78% | - |
| XYZ | 29.08 | 44.87 | 27.21 | - |
| YUV | 160 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 127 | 0.52 | 0 | 0.36 | 0.22 | 138.06 | 0.48 | 0.58 |
| Hex | 60 | C7 | 7F | 34 | 0 | 24 | 16 | 8A | 30 | 3A |
| Octal | 140 | 307 | 177 | 64 | 0 | 44 | 26 | 212 | 60 | 72 |
| Binary | 1100000 | 11000111 | 1111111 | 110100 | 0 | 100100 | 10110 | 10001010 | 110000 | 111010 |
Color Harmonies of #60C77F
Complementary color
Monochromatic Colors of #60C77F
Black with #60C77F
Text Example
Text Example
White with #60C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C77F; }
p { color: rgb(96,199,127); }
H1.HeaderClassName
{
color: #60C77F;
}
.AnyTagClassName
{
color: #60C77F;
}
</style>
background-color css
<style>
a { background-color: #60C77F; }
a { background-color: rgb(96,199,127); }
div.DivClassName
{
background-color: #60C77F;
}
.BgClassName
{
background-color: #60C77F;
}
</style>
border-color css
<style>
span { border-color: #60C77F; }
span { border-color: rgb(96,199,127); }
td.TdClassName
{
border-color: #60C77F;
}
.TagClassName
{
border-color: #60C77F;
}
</style>