Shades of Emerald #60CA82
Tints of Emerald #60CA82
RGB
CMYK
RGB Variations
Color information
#60CA82 (or 0x60CA82) is known color: Emerald. HEX triplet: 60, CA and 82. RGB value is (96,202,130). Sum of RGB (Red+Green+Blue) = 96+202+130=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA82 is #9F357D. Grayscale: #A2A2A2. Windows color (decimal): -10433918 or 8571488. OLE color: 8571488.
HSL color Cylindrical-coordinate representation of color #60CA82: hue angle of 139.25º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA82 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 130 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.21 |
| HSL | 139.25º | 0.5% | 0.58% | - |
| HSV(B) | 139.25º | 0.52% | 0.79% | - |
| XYZ | 29.97 | 46.34 | 28.48 | - |
| YUV | 162.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 130 | 0.52 | 0 | 0.36 | 0.21 | 139.25 | 0.5 | 0.58 |
| Hex | 60 | CA | 82 | 34 | 0 | 24 | 15 | 8B | 32 | 3A |
| Octal | 140 | 312 | 202 | 64 | 0 | 44 | 25 | 213 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10000010 | 110100 | 0 | 100100 | 10101 | 10001011 | 110010 | 111010 |
Color Harmonies of #60CA82
Complementary color
Monochromatic Colors of #60CA82
Black with #60CA82
Text Example
Text Example
White with #60CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA82; }
p { color: rgb(96,202,130); }
H1.HeaderClassName
{
color: #60CA82;
}
.AnyTagClassName
{
color: #60CA82;
}
</style>
background-color css
<style>
a { background-color: #60CA82; }
a { background-color: rgb(96,202,130); }
div.DivClassName
{
background-color: #60CA82;
}
.BgClassName
{
background-color: #60CA82;
}
</style>
border-color css
<style>
span { border-color: #60CA82; }
span { border-color: rgb(96,202,130); }
td.TdClassName
{
border-color: #60CA82;
}
.TagClassName
{
border-color: #60CA82;
}
</style>