Shades of Emerald #61CB7C
Tints of Emerald #61CB7C
RGB
CMYK
RGB Variations
Color information
#61CB7C (or 0x61CB7C) is known color: Emerald. HEX triplet: 61, CB and 7C. RGB value is (97,203,124). Sum of RGB (Red+Green+Blue) = 97+203+124=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB7C is #9E3483. Grayscale: #A2A2A2. Windows color (decimal): -10368132 or 8178529. OLE color: 8178529.
HSL color Cylindrical-coordinate representation of color #61CB7C: hue angle of 135.28º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CB7C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 124 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.20 |
| HSL | 135.28º | 0.5% | 0.59% | - |
| HSV(B) | 135.28º | 0.52% | 0.8% | - |
| XYZ | 29.92 | 46.71 | 26.51 | - |
| YUV | 162.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 124 | 0.52 | 0 | 0.39 | 0.20 | 135.28 | 0.5 | 0.59 |
| Hex | 61 | CB | 7C | 34 | 0 | 27 | 14 | 87 | 32 | 3B |
| Octal | 141 | 313 | 174 | 64 | 0 | 47 | 24 | 207 | 62 | 73 |
| Binary | 1100001 | 11001011 | 1111100 | 110100 | 0 | 100111 | 10100 | 10000111 | 110010 | 111011 |
Color Harmonies of #61CB7C
Complementary color
Monochromatic Colors of #61CB7C
Black with #61CB7C
Text Example
Text Example
White with #61CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB7C; }
p { color: rgb(97,203,124); }
H1.HeaderClassName
{
color: #61CB7C;
}
.AnyTagClassName
{
color: #61CB7C;
}
</style>
background-color css
<style>
a { background-color: #61CB7C; }
a { background-color: rgb(97,203,124); }
div.DivClassName
{
background-color: #61CB7C;
}
.BgClassName
{
background-color: #61CB7C;
}
</style>
border-color css
<style>
span { border-color: #61CB7C; }
span { border-color: rgb(97,203,124); }
td.TdClassName
{
border-color: #61CB7C;
}
.TagClassName
{
border-color: #61CB7C;
}
</style>