Shades of Emerald #65C17E
Tints of Emerald #65C17E
RGB
CMYK
RGB Variations
Color information
#65C17E (or 0x65C17E) is known color: Emerald. HEX triplet: 65, C1 and 7E. RGB value is (101,193,126). Sum of RGB (Red+Green+Blue) = 101+193+126=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #65C17E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C17E is #9A3E81. Grayscale: #9E9E9E. Windows color (decimal): -10108546 or 8307045. OLE color: 8307045.
HSL color Cylindrical-coordinate representation of color #65C17E: hue angle of 136.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C17E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 126 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.24 |
| HSL | 136.3º | 0.43% | 0.58% | - |
| HSV(B) | 136.3º | 0.48% | 0.76% | - |
| XYZ | 28.2 | 42.41 | 26.44 | - |
| YUV | 157.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 126 | 0.48 | 0 | 0.35 | 0.24 | 136.3 | 0.43 | 0.58 |
| Hex | 65 | C1 | 7E | 30 | 0 | 23 | 18 | 88 | 2B | 3A |
| Octal | 145 | 301 | 176 | 60 | 0 | 43 | 30 | 210 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1111110 | 110000 | 0 | 100011 | 11000 | 10001000 | 101011 | 111010 |
Color Harmonies of #65C17E
Complementary color
Monochromatic Colors of #65C17E
Black with #65C17E
Text Example
Text Example
White with #65C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C17E; }
p { color: rgb(101,193,126); }
H1.HeaderClassName
{
color: #65C17E;
}
.AnyTagClassName
{
color: #65C17E;
}
</style>
background-color css
<style>
a { background-color: #65C17E; }
a { background-color: rgb(101,193,126); }
div.DivClassName
{
background-color: #65C17E;
}
.BgClassName
{
background-color: #65C17E;
}
</style>
border-color css
<style>
span { border-color: #65C17E; }
span { border-color: rgb(101,193,126); }
td.TdClassName
{
border-color: #65C17E;
}
.TagClassName
{
border-color: #65C17E;
}
</style>