Shades of Emerald #60DF7F
Tints of Emerald #60DF7F
RGB
CMYK
RGB Variations
Color information
#60DF7F (or 0x60DF7F) is known color: Emerald. HEX triplet: 60, DF and 7F. RGB value is (96,223,127). Sum of RGB (Red+Green+Blue) = 96+223+127=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DF7F is #9F2080. Grayscale: #AEAEAE. Windows color (decimal): -10428545 or 8380256. OLE color: 8380256.
HSL color Cylindrical-coordinate representation of color #60DF7F: hue angle of 134.65º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DF7F is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 127 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.13 |
| HSL | 134.65º | 0.66% | 0.63% | - |
| HSV(B) | 134.65º | 0.57% | 0.87% | - |
| XYZ | 35.04 | 56.79 | 29.19 | - |
| YUV | 174.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 127 | 0.57 | 0 | 0.43 | 0.13 | 134.65 | 0.66 | 0.63 |
| Hex | 60 | DF | 7F | 39 | 0 | 2B | D | 87 | 42 | 3F |
| Octal | 140 | 337 | 177 | 71 | 0 | 53 | 15 | 207 | 102 | 77 |
| Binary | 1100000 | 11011111 | 1111111 | 111001 | 0 | 101011 | 1101 | 10000111 | 1000010 | 111111 |
Color Harmonies of #60DF7F
Complementary color
Monochromatic Colors of #60DF7F
Black with #60DF7F
Text Example
Text Example
White with #60DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF7F; }
p { color: rgb(96,223,127); }
H1.HeaderClassName
{
color: #60DF7F;
}
.AnyTagClassName
{
color: #60DF7F;
}
</style>
background-color css
<style>
a { background-color: #60DF7F; }
a { background-color: rgb(96,223,127); }
div.DivClassName
{
background-color: #60DF7F;
}
.BgClassName
{
background-color: #60DF7F;
}
</style>
border-color css
<style>
span { border-color: #60DF7F; }
span { border-color: rgb(96,223,127); }
td.TdClassName
{
border-color: #60DF7F;
}
.TagClassName
{
border-color: #60DF7F;
}
</style>