Shades of Emerald #65CE80
Tints of Emerald #65CE80
RGB
CMYK
RGB Variations
Color information
#65CE80 (or 0x65CE80) is known color: Emerald. HEX triplet: 65, CE and 80. RGB value is (101,206,128). Sum of RGB (Red+Green+Blue) = 101+206+128=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CE80 is #9A317F. Grayscale: #A5A5A5. Windows color (decimal): -10105216 or 8441445. OLE color: 8441445.
HSL color Cylindrical-coordinate representation of color #65CE80: hue angle of 135.43º 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 #65CE80 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 128 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.19 |
| HSL | 135.43º | 0.52% | 0.6% | - |
| HSV(B) | 135.43º | 0.51% | 0.81% | - |
| XYZ | 31.33 | 48.47 | 28.13 | - |
| YUV | 165.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 128 | 0.51 | 0 | 0.38 | 0.19 | 135.43 | 0.52 | 0.6 |
| Hex | 65 | CE | 80 | 33 | 0 | 26 | 13 | 87 | 34 | 3C |
| Octal | 145 | 316 | 200 | 63 | 0 | 46 | 23 | 207 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10000000 | 110011 | 0 | 100110 | 10011 | 10000111 | 110100 | 111100 |
Color Harmonies of #65CE80
Complementary color
Monochromatic Colors of #65CE80
Black with #65CE80
Text Example
Text Example
White with #65CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE80; }
p { color: rgb(101,206,128); }
H1.HeaderClassName
{
color: #65CE80;
}
.AnyTagClassName
{
color: #65CE80;
}
</style>
background-color css
<style>
a { background-color: #65CE80; }
a { background-color: rgb(101,206,128); }
div.DivClassName
{
background-color: #65CE80;
}
.BgClassName
{
background-color: #65CE80;
}
</style>
border-color css
<style>
span { border-color: #65CE80; }
span { border-color: rgb(101,206,128); }
td.TdClassName
{
border-color: #65CE80;
}
.TagClassName
{
border-color: #65CE80;
}
</style>