Shades of Emerald #65C97D
Tints of Emerald #65C97D
RGB
CMYK
RGB Variations
Color information
#65C97D (or 0x65C97D) is known color: Emerald. HEX triplet: 65, C9 and 7D. RGB value is (101,201,125). Sum of RGB (Red+Green+Blue) = 101+201+125=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #65C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C97D is #9A3682. Grayscale: #A2A2A2. Windows color (decimal): -10106499 or 8243557. OLE color: 8243557.
HSL color Cylindrical-coordinate representation of color #65C97D: hue angle of 134.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C97D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 125 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.21 |
| HSL | 134.4º | 0.48% | 0.59% | - |
| HSV(B) | 134.4º | 0.5% | 0.79% | - |
| XYZ | 29.96 | 46.02 | 26.71 | - |
| YUV | 162.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 125 | 0.50 | 0 | 0.38 | 0.21 | 134.4 | 0.48 | 0.59 |
| Hex | 65 | C9 | 7D | 32 | 0 | 26 | 15 | 86 | 30 | 3B |
| Octal | 145 | 311 | 175 | 62 | 0 | 46 | 25 | 206 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1111101 | 110010 | 0 | 100110 | 10101 | 10000110 | 110000 | 111011 |
Color Harmonies of #65C97D
Complementary color
Monochromatic Colors of #65C97D
Black with #65C97D
Text Example
Text Example
White with #65C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C97D; }
p { color: rgb(101,201,125); }
H1.HeaderClassName
{
color: #65C97D;
}
.AnyTagClassName
{
color: #65C97D;
}
</style>
background-color css
<style>
a { background-color: #65C97D; }
a { background-color: rgb(101,201,125); }
div.DivClassName
{
background-color: #65C97D;
}
.BgClassName
{
background-color: #65C97D;
}
</style>
border-color css
<style>
span { border-color: #65C97D; }
span { border-color: rgb(101,201,125); }
td.TdClassName
{
border-color: #65C97D;
}
.TagClassName
{
border-color: #65C97D;
}
</style>