#64D95A

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

Shades of Pastel Green #64D95A

Tints of Pastel Green #64D95A

Color information

#64D95A (or 0x64D95A) is unknown color: approx Pastel Green. HEX triplet: 64, D9 and 5A. RGB value is (100,217,90). Sum of RGB (Red+Green+Blue) = 100+217+90=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #64D95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D95A is #9B26A5. Grayscale: #A7A7A7. Windows color (decimal): -10167974 or 5953892. OLE color: 5953892.

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

Color convert

RGB10021790-
CMYK0.5400.590.15
HSL115.28º62.56%60.2%-
HSV(B)115.28º58.53%85.1%-
XYZ31.9153.0718.23-
YUV167.5484.2479.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=24.57%
G=53.32%
B=22.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100217900.5400.590.15115.2862.5660.2
Hex64D95A3603BF733f3c
Octal14433113266073171637774
Binary1100100110110011011010110110011101111111110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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