#64D957

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

Shades of Pastel Green #64D957

Tints of Pastel Green #64D957

Color information

#64D957 (or 0x64D957) is unknown color: approx Pastel Green. HEX triplet: 64, D9 and 57. RGB value is (100,217,87). Sum of RGB (Red+Green+Blue) = 100+217+87=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #64D957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D957 is #9B26A8. Grayscale: #A7A7A7. Windows color (decimal): -10167977 or 5757284. OLE color: 5757284.

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

Color convert

RGB10021787-
CMYK0.5400.600.15
HSL114º63.11%59.61%-
HSV(B)114º59.91%85.1%-
XYZ31.7953.0217.58-
YUV167.282.7480.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 217 (85.16% from 255) = 53.71%
BLUE value IS 87 (34.38% from 255) = 21.53%
R=24.75%
G=53.71%
B=21.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100217870.5400.600.1511463.1159.61
Hex64D9573603CF723f3c
Octal14433112766074171627774
Binary1100100110110011010111110110011110011111110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,87); }

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

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

 a { background-color: rgb(100,217,87); }

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

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

 span { border-color: rgb(100,217,87); }

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