Shades of Emerald #65C57D
Tints of Emerald #65C57D
RGB
CMYK
RGB Variations
Color information
#65C57D (or 0x65C57D) is known color: Emerald. HEX triplet: 65, C5 and 7D. RGB value is (101,197,125). Sum of RGB (Red+Green+Blue) = 101+197+125=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #65C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C57D is #9A3A82. Grayscale: #A0A0A0. Windows color (decimal): -10107523 or 8242533. OLE color: 8242533.
HSL color Cylindrical-coordinate representation of color #65C57D: hue angle of 135º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C57D is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 125 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.23 |
| HSL | 135º | 0.45% | 0.58% | - |
| HSV(B) | 135º | 0.49% | 0.77% | - |
| XYZ | 29.03 | 44.18 | 26.4 | - |
| YUV | 160.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 125 | 0.49 | 0 | 0.37 | 0.23 | 135 | 0.45 | 0.58 |
| Hex | 65 | C5 | 7D | 31 | 0 | 25 | 17 | 87 | 2D | 3A |
| Octal | 145 | 305 | 175 | 61 | 0 | 45 | 27 | 207 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1111101 | 110001 | 0 | 100101 | 10111 | 10000111 | 101101 | 111010 |
Color Harmonies of #65C57D
Complementary color
Monochromatic Colors of #65C57D
Black with #65C57D
Text Example
Text Example
White with #65C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C57D; }
p { color: rgb(101,197,125); }
H1.HeaderClassName
{
color: #65C57D;
}
.AnyTagClassName
{
color: #65C57D;
}
</style>
background-color css
<style>
a { background-color: #65C57D; }
a { background-color: rgb(101,197,125); }
div.DivClassName
{
background-color: #65C57D;
}
.BgClassName
{
background-color: #65C57D;
}
</style>
border-color css
<style>
span { border-color: #65C57D; }
span { border-color: rgb(101,197,125); }
td.TdClassName
{
border-color: #65C57D;
}
.TagClassName
{
border-color: #65C57D;
}
</style>