#64DA82

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

Shades of Emerald #64DA82

Tints of Emerald #64DA82

Color information

#64DA82 (or 0x64DA82) is unknown color: approx Emerald. HEX triplet: 64, DA and 82. RGB value is (100,218,130). Sum of RGB (Red+Green+Blue) = 100+218+130=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DA82 is #9B257D. Grayscale: #ACACAC. Windows color (decimal): -10167678 or 8575588. OLE color: 8575588.

HSL color Cylindrical-coordinate representation of color #64DA82: hue angle of 135.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA82 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB100218130-
CMYK0.5400.400.15
HSL135.25º61.46%62.35%-
HSV(B)135.25º54.13%85.49%-
XYZ34.3654.4629.82-
YUV172.69103.9176.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 218 (85.55% from 255) = 48.66%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=22.32%
G=48.66%
B=29.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181300.5400.400.15135.2561.4662.35
Hex64DA8236028F873d3e
Octal14433220266050172077576
Binary110010011011010100000101101100101000111110000111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,130); }

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

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

 a { background-color: rgb(100,218,130); }

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

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

 span { border-color: rgb(100,218,130); }

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