#64E17C

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

Shades of Pastel Green #64E17C

Tints of Pastel Green #64E17C

Color information

#64E17C (or 0x64E17C) is unknown color: approx Pastel Green. HEX triplet: 64, E1 and 7C. RGB value is (100,225,124). Sum of RGB (Red+Green+Blue) = 100+225+124=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #64E17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E17C is #9B1E83. Grayscale: #B0B0B0. Windows color (decimal): -10165892 or 8184164. OLE color: 8184164.

HSL color Cylindrical-coordinate representation of color #64E17C: hue angle of 131.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E17C is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB100225124-
CMYK0.5600.450.12
HSL131.52º67.57%63.73%-
HSV(B)131.52º55.56%88.24%-
XYZ35.8258.0128.38-
YUV176.1198.5973.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=22.27%
G=50.11%
B=27.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002251240.5600.450.12131.5267.5763.73
Hex64E17C3802DC844440
Octal1443411747005514204104100
Binary1100100111000011111100111000010110111001000010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,124); }

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

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

 a { background-color: rgb(100,225,124); }

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

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

 span { border-color: rgb(100,225,124); }

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