Shades of Emerald #65C97F
Tints of Emerald #65C97F
RGB
CMYK
RGB Variations
Color information
#65C97F (or 0x65C97F) is known color: Emerald. HEX triplet: 65, C9 and 7F. RGB value is (101,201,127). Sum of RGB (Red+Green+Blue) = 101+201+127=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #65C97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C97F is #9A3680. Grayscale: #A2A2A2. Windows color (decimal): -10106497 or 8374629. OLE color: 8374629.
HSL color Cylindrical-coordinate representation of color #65C97F: hue angle of 135.6º 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 #65C97F is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 127 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.21 |
| HSL | 135.6º | 0.48% | 0.59% | - |
| HSV(B) | 135.6º | 0.5% | 0.79% | - |
| XYZ | 30.08 | 46.07 | 27.39 | - |
| YUV | 162.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 127 | 0.50 | 0 | 0.37 | 0.21 | 135.6 | 0.48 | 0.59 |
| Hex | 65 | C9 | 7F | 32 | 0 | 25 | 15 | 88 | 30 | 3B |
| Octal | 145 | 311 | 177 | 62 | 0 | 45 | 25 | 210 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1111111 | 110010 | 0 | 100101 | 10101 | 10001000 | 110000 | 111011 |
Color Harmonies of #65C97F
Complementary color
Monochromatic Colors of #65C97F
Black with #65C97F
Text Example
Text Example
White with #65C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C97F; }
p { color: rgb(101,201,127); }
H1.HeaderClassName
{
color: #65C97F;
}
.AnyTagClassName
{
color: #65C97F;
}
</style>
background-color css
<style>
a { background-color: #65C97F; }
a { background-color: rgb(101,201,127); }
div.DivClassName
{
background-color: #65C97F;
}
.BgClassName
{
background-color: #65C97F;
}
</style>
border-color css
<style>
span { border-color: #65C97F; }
span { border-color: rgb(101,201,127); }
td.TdClassName
{
border-color: #65C97F;
}
.TagClassName
{
border-color: #65C97F;
}
</style>