Shades of Emerald #65CE7E
Tints of Emerald #65CE7E
RGB
CMYK
RGB Variations
Color information
#65CE7E (or 0x65CE7E) is known color: Emerald. HEX triplet: 65, CE and 7E. RGB value is (101,206,126). Sum of RGB (Red+Green+Blue) = 101+206+126=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CE7E is #9A3181. Grayscale: #A5A5A5. Windows color (decimal): -10105218 or 8310373. OLE color: 8310373.
HSL color Cylindrical-coordinate representation of color #65CE7E: hue angle of 134.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE7E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 126 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.19 |
| HSL | 134.29º | 0.52% | 0.6% | - |
| HSV(B) | 134.29º | 0.51% | 0.81% | - |
| XYZ | 31.2 | 48.42 | 27.44 | - |
| YUV | 165.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 126 | 0.51 | 0 | 0.39 | 0.19 | 134.29 | 0.52 | 0.6 |
| Hex | 65 | CE | 7E | 33 | 0 | 27 | 13 | 86 | 34 | 3C |
| Octal | 145 | 316 | 176 | 63 | 0 | 47 | 23 | 206 | 64 | 74 |
| Binary | 1100101 | 11001110 | 1111110 | 110011 | 0 | 100111 | 10011 | 10000110 | 110100 | 111100 |
Color Harmonies of #65CE7E
Complementary color
Monochromatic Colors of #65CE7E
Black with #65CE7E
Text Example
Text Example
White with #65CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE7E; }
p { color: rgb(101,206,126); }
H1.HeaderClassName
{
color: #65CE7E;
}
.AnyTagClassName
{
color: #65CE7E;
}
</style>
background-color css
<style>
a { background-color: #65CE7E; }
a { background-color: rgb(101,206,126); }
div.DivClassName
{
background-color: #65CE7E;
}
.BgClassName
{
background-color: #65CE7E;
}
</style>
border-color css
<style>
span { border-color: #65CE7E; }
span { border-color: rgb(101,206,126); }
td.TdClassName
{
border-color: #65CE7E;
}
.TagClassName
{
border-color: #65CE7E;
}
</style>