Shades of Emerald #61CE7B
Tints of Emerald #61CE7B
RGB
CMYK
RGB Variations
Color information
#61CE7B (or 0x61CE7B) is known color: Emerald. HEX triplet: 61, CE and 7B. RGB value is (97,206,123). Sum of RGB (Red+Green+Blue) = 97+206+123=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CE7B is #9E3184. Grayscale: #A4A4A4. Windows color (decimal): -10367365 or 8113761. OLE color: 8113761.
HSL color Cylindrical-coordinate representation of color #61CE7B: hue angle of 134.31º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CE7B is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 123 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.19 |
| HSL | 134.31º | 0.53% | 0.59% | - |
| HSV(B) | 134.31º | 0.53% | 0.81% | - |
| XYZ | 30.58 | 48.11 | 26.41 | - |
| YUV | 163.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 123 | 0.53 | 0 | 0.40 | 0.19 | 134.31 | 0.53 | 0.59 |
| Hex | 61 | CE | 7B | 35 | 0 | 28 | 13 | 86 | 35 | 3B |
| Octal | 141 | 316 | 173 | 65 | 0 | 50 | 23 | 206 | 65 | 73 |
| Binary | 1100001 | 11001110 | 1111011 | 110101 | 0 | 101000 | 10011 | 10000110 | 110101 | 111011 |
Color Harmonies of #61CE7B
Complementary color
Monochromatic Colors of #61CE7B
Black with #61CE7B
Text Example
Text Example
White with #61CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE7B; }
p { color: rgb(97,206,123); }
H1.HeaderClassName
{
color: #61CE7B;
}
.AnyTagClassName
{
color: #61CE7B;
}
</style>
background-color css
<style>
a { background-color: #61CE7B; }
a { background-color: rgb(97,206,123); }
div.DivClassName
{
background-color: #61CE7B;
}
.BgClassName
{
background-color: #61CE7B;
}
</style>
border-color css
<style>
span { border-color: #61CE7B; }
span { border-color: rgb(97,206,123); }
td.TdClassName
{
border-color: #61CE7B;
}
.TagClassName
{
border-color: #61CE7B;
}
</style>