Shades of Emerald #61CB84
Tints of Emerald #61CB84
RGB
CMYK
RGB Variations
Color information
#61CB84 (or 0x61CB84) is known color: Emerald. HEX triplet: 61, CB and 84. RGB value is (97,203,132). Sum of RGB (Red+Green+Blue) = 97+203+132=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CB84 is #9E347B. Grayscale: #A3A3A3. Windows color (decimal): -10368124 or 8702817. OLE color: 8702817.
HSL color Cylindrical-coordinate representation of color #61CB84: hue angle of 139.81º 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 #61CB84 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 132 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.20 |
| HSL | 139.81º | 0.5% | 0.59% | - |
| HSV(B) | 139.81º | 0.52% | 0.8% | - |
| XYZ | 30.45 | 46.92 | 29.28 | - |
| YUV | 163.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 132 | 0.52 | 0 | 0.35 | 0.20 | 139.81 | 0.5 | 0.59 |
| Hex | 61 | CB | 84 | 34 | 0 | 23 | 14 | 8C | 32 | 3B |
| Octal | 141 | 313 | 204 | 64 | 0 | 43 | 24 | 214 | 62 | 73 |
| Binary | 1100001 | 11001011 | 10000100 | 110100 | 0 | 100011 | 10100 | 10001100 | 110010 | 111011 |
Color Harmonies of #61CB84
Complementary color
Monochromatic Colors of #61CB84
Black with #61CB84
Text Example
Text Example
White with #61CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB84; }
p { color: rgb(97,203,132); }
H1.HeaderClassName
{
color: #61CB84;
}
.AnyTagClassName
{
color: #61CB84;
}
</style>
background-color css
<style>
a { background-color: #61CB84; }
a { background-color: rgb(97,203,132); }
div.DivClassName
{
background-color: #61CB84;
}
.BgClassName
{
background-color: #61CB84;
}
</style>
border-color css
<style>
span { border-color: #61CB84; }
span { border-color: rgb(97,203,132); }
td.TdClassName
{
border-color: #61CB84;
}
.TagClassName
{
border-color: #61CB84;
}
</style>