Shades of Emerald #65D282
Tints of Emerald #65D282
RGB
CMYK
RGB Variations
Color information
#65D282 (or 0x65D282) is known color: Emerald. HEX triplet: 65, D2 and 82. RGB value is (101,210,130). Sum of RGB (Red+Green+Blue) = 101+210+130=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #65D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D282 is #9A2D7D. Grayscale: #A8A8A8. Windows color (decimal): -10104190 or 8573541. OLE color: 8573541.
HSL color Cylindrical-coordinate representation of color #65D282: hue angle of 135.96º 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 #65D282 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 130 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.18 |
| HSL | 135.96º | 0.55% | 0.61% | - |
| HSV(B) | 135.96º | 0.52% | 0.82% | - |
| XYZ | 32.44 | 50.47 | 29.15 | - |
| YUV | 168.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 130 | 0.52 | 0 | 0.38 | 0.18 | 135.96 | 0.55 | 0.61 |
| Hex | 65 | D2 | 82 | 34 | 0 | 26 | 12 | 88 | 37 | 3D |
| Octal | 145 | 322 | 202 | 64 | 0 | 46 | 22 | 210 | 67 | 75 |
| Binary | 1100101 | 11010010 | 10000010 | 110100 | 0 | 100110 | 10010 | 10001000 | 110111 | 111101 |
Color Harmonies of #65D282
Complementary color
Monochromatic Colors of #65D282
Black with #65D282
Text Example
Text Example
White with #65D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D282; }
p { color: rgb(101,210,130); }
H1.HeaderClassName
{
color: #65D282;
}
.AnyTagClassName
{
color: #65D282;
}
</style>
background-color css
<style>
a { background-color: #65D282; }
a { background-color: rgb(101,210,130); }
div.DivClassName
{
background-color: #65D282;
}
.BgClassName
{
background-color: #65D282;
}
</style>
border-color css
<style>
span { border-color: #65D282; }
span { border-color: rgb(101,210,130); }
td.TdClassName
{
border-color: #65D282;
}
.TagClassName
{
border-color: #65D282;
}
</style>