#64D085

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

Shades of Emerald #64D085

Tints of Emerald #64D085

Color information

#64D085 (or 0x64D085) is unknown color: approx Emerald. HEX triplet: 64, D0 and 85. RGB value is (100,208,133). Sum of RGB (Red+Green+Blue) = 100+208+133=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #64D085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D085 is #9B2F7A. Grayscale: #A7A7A7. Windows color (decimal): -10170235 or 8769636. OLE color: 8769636.

HSL color Cylindrical-coordinate representation of color #64D085: hue angle of 138.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D085 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB100208133-
CMYK0.5200.360.18
HSL138.33º53.47%60.39%-
HSV(B)138.33º51.92%81.57%-
XYZ32.0549.5130.06-
YUV167.16108.7280.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.68%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=22.68%
G=47.17%
B=30.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081330.5200.360.18138.3353.4760.39
Hex64D08534024128a353c
Octal14432020564044222126574
Binary1100100110100001000010111010001001001001010001010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D085; }

 p { color: rgb(100,208,133); }

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

<style>
 a { background-color: #64D085; }

 a { background-color: rgb(100,208,133); }

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

<style>
 span { border-color: #64D085; }

 span { border-color: rgb(100,208,133); }

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