#64D673

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

Shades of Pastel Green #64D673

Tints of Pastel Green #64D673

Color information

#64D673 (or 0x64D673) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 73. RGB value is (100,214,115). Sum of RGB (Red+Green+Blue) = 100+214+115=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #64D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D673 is #9B298C. Grayscale: #A8A8A8. Windows color (decimal): -10168717 or 7591524. OLE color: 7591524.

HSL color Cylindrical-coordinate representation of color #64D673: hue angle of 127.89º degrees, saturation: 0.58, 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 #64D673 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB100214115-
CMYK0.5300.460.16
HSL127.89º58.16%61.57%-
HSV(B)127.89º53.27%83.92%-
XYZ32.452.0424.56-
YUV168.6397.7379.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=23.31%
G=49.88%
B=26.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141150.5300.460.16127.8958.1661.57
Hex64D6733502E10803a3e
Octal14432616365056202007276
Binary110010011010110111001111010101011101000010000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,214,115); }

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

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

 a { background-color: rgb(100,214,115); }

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

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

 span { border-color: rgb(100,214,115); }

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