Shades of Emerald #60CC7F
Tints of Emerald #60CC7F
RGB
CMYK
RGB Variations
Color information
#60CC7F (or 0x60CC7F) is known color: Emerald. HEX triplet: 60, CC and 7F. RGB value is (96,204,127). Sum of RGB (Red+Green+Blue) = 96+204+127=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC7F is #9F3380. Grayscale: #A3A3A3. Windows color (decimal): -10433409 or 8375392. OLE color: 8375392.
HSL color Cylindrical-coordinate representation of color #60CC7F: hue angle of 137.22º 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 #60CC7F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 127 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.2 |
| HSL | 137.22º | 0.51% | 0.59% | - |
| HSV(B) | 137.22º | 0.53% | 0.8% | - |
| XYZ | 30.25 | 47.2 | 27.6 | - |
| YUV | 162.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 127 | 0.53 | 0 | 0.38 | 0.2 | 137.22 | 0.51 | 0.59 |
| Hex | 60 | CC | 7F | 35 | 0 | 26 | 14 | 89 | 33 | 3B |
| Octal | 140 | 314 | 177 | 65 | 0 | 46 | 24 | 211 | 63 | 73 |
| Binary | 1100000 | 11001100 | 1111111 | 110101 | 0 | 100110 | 10100 | 10001001 | 110011 | 111011 |
Color Harmonies of #60CC7F
Complementary color
Monochromatic Colors of #60CC7F
Black with #60CC7F
Text Example
Text Example
White with #60CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC7F; }
p { color: rgb(96,204,127); }
H1.HeaderClassName
{
color: #60CC7F;
}
.AnyTagClassName
{
color: #60CC7F;
}
</style>
background-color css
<style>
a { background-color: #60CC7F; }
a { background-color: rgb(96,204,127); }
div.DivClassName
{
background-color: #60CC7F;
}
.BgClassName
{
background-color: #60CC7F;
}
</style>
border-color css
<style>
span { border-color: #60CC7F; }
span { border-color: rgb(96,204,127); }
td.TdClassName
{
border-color: #60CC7F;
}
.TagClassName
{
border-color: #60CC7F;
}
</style>