Shades of Emerald #65D27A
Tints of Emerald #65D27A
RGB
CMYK
RGB Variations
Color information
#65D27A (or 0x65D27A) is known color: Emerald. HEX triplet: 65, D2 and 7A. RGB value is (101,210,122). Sum of RGB (Red+Green+Blue) = 101+210+122=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #65D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D27A is #9A2D85. Grayscale: #A7A7A7. Windows color (decimal): -10104198 or 8049253. OLE color: 8049253.
HSL color Cylindrical-coordinate representation of color #65D27A: hue angle of 131.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D27A is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 122 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.18 |
| HSL | 131.56º | 0.55% | 0.61% | - |
| HSV(B) | 131.56º | 0.52% | 0.82% | - |
| XYZ | 31.93 | 50.27 | 26.43 | - |
| YUV | 167.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 122 | 0.52 | 0 | 0.42 | 0.18 | 131.56 | 0.55 | 0.61 |
| Hex | 65 | D2 | 7A | 34 | 0 | 2A | 12 | 84 | 37 | 3D |
| Octal | 145 | 322 | 172 | 64 | 0 | 52 | 22 | 204 | 67 | 75 |
| Binary | 1100101 | 11010010 | 1111010 | 110100 | 0 | 101010 | 10010 | 10000100 | 110111 | 111101 |
Color Harmonies of #65D27A
Complementary color
Monochromatic Colors of #65D27A
Black with #65D27A
Text Example
Text Example
White with #65D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D27A; }
p { color: rgb(101,210,122); }
H1.HeaderClassName
{
color: #65D27A;
}
.AnyTagClassName
{
color: #65D27A;
}
</style>
background-color css
<style>
a { background-color: #65D27A; }
a { background-color: rgb(101,210,122); }
div.DivClassName
{
background-color: #65D27A;
}
.BgClassName
{
background-color: #65D27A;
}
</style>
border-color css
<style>
span { border-color: #65D27A; }
span { border-color: rgb(101,210,122); }
td.TdClassName
{
border-color: #65D27A;
}
.TagClassName
{
border-color: #65D27A;
}
</style>