#64D582

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

Shades of Emerald #64D582

Tints of Emerald #64D582

Color information

#64D582 (or 0x64D582) is unknown color: approx Emerald. HEX triplet: 64, D5 and 82. RGB value is (100,213,130). Sum of RGB (Red+Green+Blue) = 100+213+130=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #64D582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D582 is #9B2A7D. Grayscale: #A9A9A9. Windows color (decimal): -10168958 or 8574308. OLE color: 8574308.

HSL color Cylindrical-coordinate representation of color #64D582: hue angle of 135.93º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D582 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB100213130-
CMYK0.5300.390.16
HSL135.93º57.36%61.37%-
HSV(B)135.93º53.05%83.53%-
XYZ33.0851.9129.4-
YUV169.75105.5678.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 213 (83.59% from 255) = 48.08%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=22.57%
G=48.08%
B=29.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131300.5300.390.16135.9357.3661.37
Hex64D582350271088393d
Octal14432520265047202107175
Binary1100100110101011000001011010101001111000010001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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