#65DD89

Color #65DD89 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #65DD89

Tints of Emerald #65DD89

Color information

#65DD89 (or 0x65DD89) is unknown color: approx Emerald. HEX triplet: 65, DD and 89. RGB value is (101,221,137). Sum of RGB (Red+Green+Blue) = 101+221+137=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD89 is #9A2276. Grayscale: #AFAFAF. Windows color (decimal): -10101367 or 9035109. OLE color: 9035109.

HSL color Cylindrical-coordinate representation of color #65DD89: hue angle of 138º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD89 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB101221137-
CMYK0.5400.380.13
HSL138º63.83%63.14%-
HSV(B)138º54.3%86.67%-
XYZ35.7456.2932.65-
YUV175.54106.2474.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=22.00%
G=48.15%
B=29.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211370.5400.380.1313863.8363.14
Hex65DD8936026D8a403f
Octal145335211660461521210077
Binary1100101110111011000100111011001001101101100010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65DD89; }

 p { color: rgb(101,221,137); }

 H1.HeaderClassName
 {
   color: #65DD89;
 }
 .AnyTagClassName
 {
   color: #65DD89;
 }
</style>
background-color css

<style>
 a { background-color: #65DD89; }

 a { background-color: rgb(101,221,137); }

 div.DivClassName
 {
   background-color: #65DD89;
 }
 .BgClassName
 {
   background-color: #65DD89;
 }
</style>
border-color css

<style>
 span { border-color: #65DD89; }

 span { border-color: rgb(101,221,137); }

 td.TdClassName
 {
   border-color: #65DD89;
 }
 .TagClassName
 {
   border-color: #65DD89;
 }
</style>