#65DC89

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

Shades of Emerald #65DC89

Tints of Emerald #65DC89

Color information

#65DC89 (or 0x65DC89) is unknown color: approx Emerald. HEX triplet: 65, DC and 89. RGB value is (101,220,137). Sum of RGB (Red+Green+Blue) = 101+220+137=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DC89 is #9A2376. Grayscale: #AFAFAF. Windows color (decimal): -10101623 or 9034853. OLE color: 9034853.

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

Color convert

RGB101220137-
CMYK0.5400.380.14
HSL138.15º62.96%62.94%-
HSV(B)138.15º54.09%86.27%-
XYZ35.4855.7632.56-
YUV174.96106.5875.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.05%
GREEN value IS 220 (86.33% from 255) = 48.03%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=22.05%
G=48.03%
B=29.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201370.5400.380.14138.1562.9662.94
Hex65DC8936026E8a3f3f
Octal14533421166046162127777
Binary110010111011100100010011101100100110111010001010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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