#65D686

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

Shades of Emerald #65D686

Tints of Emerald #65D686

Color information

#65D686 (or 0x65D686) is unknown color: approx Emerald. HEX triplet: 65, D6 and 86. RGB value is (101,214,134). Sum of RGB (Red+Green+Blue) = 101+214+134=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #65D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D686 is #9A2979. Grayscale: #ABABAB. Windows color (decimal): -10103162 or 8836709. OLE color: 8836709.

HSL color Cylindrical-coordinate representation of color #65D686: hue angle of 137.52º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D686 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB101214134-
CMYK0.5300.370.16
HSL137.52º57.95%61.76%-
HSV(B)137.52º52.8%83.92%-
XYZ33.7252.5830.93-
YUV171.09107.0678-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.49%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=22.49%
G=47.66%
B=29.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012141340.5300.370.16137.5257.9561.76
Hex65D68635025108a3a3e
Octal14532620665045202127276
Binary1100101110101101000011011010101001011000010001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,134); }

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

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

 a { background-color: rgb(101,214,134); }

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

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

 span { border-color: rgb(101,214,134); }

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