#64D75D

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

Shades of Pastel Green #64D75D

Tints of Pastel Green #64D75D

Color information

#64D75D (or 0x64D75D) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 5D. RGB value is (100,215,93). Sum of RGB (Red+Green+Blue) = 100+215+93=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #64D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D75D is #9B28A2. Grayscale: #A7A7A7. Windows color (decimal): -10168483 or 6149988. OLE color: 6149988.

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

Color convert

RGB10021593-
CMYK0.5300.570.16
HSL116.56º60.4%60.39%-
HSV(B)116.56º56.74%84.31%-
XYZ31.5352.118.75-
YUV166.7186.480.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 215 (84.38% from 255) = 52.70%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=24.51%
G=52.70%
B=22.79%

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
Decimal100215930.5300.570.16116.5660.460.39
Hex64D75D3503910753c3c
Octal14432713565071201657474
Binary11001001101011110111011101010111001100001110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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