#64CE7A

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

Shades of Emerald #64CE7A

Tints of Emerald #64CE7A

Color information

#64CE7A (or 0x64CE7A) is unknown color: approx Emerald. HEX triplet: 64, CE and 7A. RGB value is (100,206,122). Sum of RGB (Red+Green+Blue) = 100+206+122=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE7A is #9B3185. Grayscale: #A4A4A4. Windows color (decimal): -10170758 or 8048228. OLE color: 8048228.

HSL color Cylindrical-coordinate representation of color #64CE7A: hue angle of 132.45º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE7A is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB100206122-
CMYK0.5100.410.19
HSL132.45º51.96%60%-
HSV(B)132.45º51.46%80.78%-
XYZ30.8448.2626.1-
YUV164.73103.8881.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 206 (80.86% from 255) = 48.13%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=23.36%
G=48.13%
B=28.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002061220.5100.410.19132.4551.9660
Hex64CE7A330291384343c
Octal14431617263051232046474
Binary110010011001110111101011001101010011001110000100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,206,122); }

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

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

 a { background-color: rgb(100,206,122); }

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

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

 span { border-color: rgb(100,206,122); }

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