#65D084

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

Shades of Emerald #65D084

Tints of Emerald #65D084

Color information

#65D084 (or 0x65D084) is unknown color: approx Emerald. HEX triplet: 65, D0 and 84. RGB value is (101,208,132). Sum of RGB (Red+Green+Blue) = 101+208+132=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #65D084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D084 is #9A2F7B. Grayscale: #A7A7A7. Windows color (decimal): -10104700 or 8704101. OLE color: 8704101.

HSL color Cylindrical-coordinate representation of color #65D084: hue angle of 137.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D084 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB101208132-
CMYK0.5100.370.18
HSL137.38º53.23%60.59%-
HSV(B)137.38º51.44%81.57%-
XYZ32.0949.5429.7-
YUV167.34108.0580.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.90%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=22.90%
G=47.17%
B=29.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012081320.5100.370.18137.3853.2360.59
Hex65D084330251289353d
Octal14532020463045222116575
Binary1100101110100001000010011001101001011001010001001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,132); }

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

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

 a { background-color: rgb(101,208,132); }

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

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

 span { border-color: rgb(101,208,132); }

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