#65DC87

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

Shades of Emerald #65DC87

Tints of Emerald #65DC87

Color information

#65DC87 (or 0x65DC87) is unknown color: approx Emerald. HEX triplet: 65, DC and 87. RGB value is (101,220,135). Sum of RGB (Red+Green+Blue) = 101+220+135=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DC87 is #9A2378. Grayscale: #AEAEAE. Windows color (decimal): -10101625 or 8903781. OLE color: 8903781.

HSL color Cylindrical-coordinate representation of color #65DC87: hue angle of 137.14º 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 #65DC87 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB101220135-
CMYK0.5400.390.14
HSL137.14º62.96%62.94%-
HSV(B)137.14º54.09%86.27%-
XYZ35.3355.731.81-
YUV174.73105.5875.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.15%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=22.15%
G=48.25%
B=29.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201350.5400.390.14137.1462.9662.94
Hex65DC8736027E893f3f
Octal14533420766047162117777
Binary110010111011100100001111101100100111111010001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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