Shades of Emerald #61CA7B
Tints of Emerald #61CA7B
RGB
CMYK
RGB Variations
Color information
#61CA7B (or 0x61CA7B) is known color: Emerald. HEX triplet: 61, CA and 7B. RGB value is (97,202,123). Sum of RGB (Red+Green+Blue) = 97+202+123=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA7B is #9E3584. Grayscale: #A1A1A1. Windows color (decimal): -10368389 or 8112737. OLE color: 8112737.
HSL color Cylindrical-coordinate representation of color #61CA7B: hue angle of 134.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA7B is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 123 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.21 |
| HSL | 134.86º | 0.5% | 0.59% | - |
| HSV(B) | 134.86º | 0.52% | 0.79% | - |
| XYZ | 29.63 | 46.21 | 26.1 | - |
| YUV | 161.6 | 106.21 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 123 | 0.52 | 0 | 0.39 | 0.21 | 134.86 | 0.5 | 0.59 |
| Hex | 61 | CA | 7B | 34 | 0 | 27 | 15 | 87 | 32 | 3B |
| Octal | 141 | 312 | 173 | 64 | 0 | 47 | 25 | 207 | 62 | 73 |
| Binary | 1100001 | 11001010 | 1111011 | 110100 | 0 | 100111 | 10101 | 10000111 | 110010 | 111011 |
Color Harmonies of #61CA7B
Complementary color
Monochromatic Colors of #61CA7B
Black with #61CA7B
Text Example
Text Example
White with #61CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA7B; }
p { color: rgb(97,202,123); }
H1.HeaderClassName
{
color: #61CA7B;
}
.AnyTagClassName
{
color: #61CA7B;
}
</style>
background-color css
<style>
a { background-color: #61CA7B; }
a { background-color: rgb(97,202,123); }
div.DivClassName
{
background-color: #61CA7B;
}
.BgClassName
{
background-color: #61CA7B;
}
</style>
border-color css
<style>
span { border-color: #61CA7B; }
span { border-color: rgb(97,202,123); }
td.TdClassName
{
border-color: #61CA7B;
}
.TagClassName
{
border-color: #61CA7B;
}
</style>