#64D77F

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

Shades of Emerald #64D77F

Tints of Emerald #64D77F

Color information

#64D77F (or 0x64D77F) is unknown color: approx Emerald. HEX triplet: 64, D7 and 7F. RGB value is (100,215,127). Sum of RGB (Red+Green+Blue) = 100+215+127=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #64D77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D77F is #9B2880. Grayscale: #AAAAAA. Windows color (decimal): -10168449 or 8378212. OLE color: 8378212.

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

Color convert

RGB100215127-
CMYK0.5300.410.16
HSL134.09º58.97%61.76%-
HSV(B)134.09º53.49%84.31%-
XYZ33.3952.8428.52-
YUV170.58103.477.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 215 (84.38% from 255) = 48.64%
BLUE value IS 127 (50% from 255) = 28.73%
R=22.62%
G=48.64%
B=28.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151270.5300.410.16134.0958.9761.76
Hex64D77F3502910863b3e
Octal14432717765051202067376
Binary110010011010111111111111010101010011000010000110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,127); }

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

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

 a { background-color: rgb(100,215,127); }

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

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

 span { border-color: rgb(100,215,127); }

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