#64D55C

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

Shades of Pastel Green #64D55C

Tints of Pastel Green #64D55C

Color information

#64D55C (or 0x64D55C) is unknown color: approx Pastel Green. HEX triplet: 64, D5 and 5C. RGB value is (100,213,92). Sum of RGB (Red+Green+Blue) = 100+213+92=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #64D55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D55C is #9B2AA3. Grayscale: #A5A5A5. Windows color (decimal): -10168996 or 6083940. OLE color: 6083940.

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

Color convert

RGB10021392-
CMYK0.5300.570.16
HSL116.03º59.02%59.8%-
HSV(B)116.03º56.81%83.53%-
XYZ30.9851.0718.35-
YUV165.4286.5681.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 213 (83.59% from 255) = 52.59%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=24.69%
G=52.59%
B=22.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100213920.5300.570.16116.0359.0259.8
Hex64D55C3503910743b3c
Octal14432513465071201647374
Binary11001001101010110111001101010111001100001110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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