#64D35E

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

Shades of Pastel Green #64D35E

Tints of Pastel Green #64D35E

Color information

#64D35E (or 0x64D35E) is unknown color: approx Pastel Green. HEX triplet: 64, D3 and 5E. RGB value is (100,211,94). Sum of RGB (Red+Green+Blue) = 100+211+94=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #64D35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D35E is #9B2CA1. Grayscale: #A4A4A4. Windows color (decimal): -10169506 or 6214500. OLE color: 6214500.

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

Color convert

RGB10021194-
CMYK0.5300.550.17
HSL116.92º57.07%59.8%-
HSV(B)116.92º55.45%82.75%-
XYZ30.5750.1118.65-
YUV164.4788.2382.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 211 (82.81% from 255) = 52.10%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=24.69%
G=52.10%
B=23.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100211940.5300.550.17116.9257.0759.8
Hex64D35E350371175393c
Octal14432313665067211657174
Binary11001001101001110111101101010110111100011110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,94); }

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

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

 a { background-color: rgb(100,211,94); }

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

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

 span { border-color: rgb(100,211,94); }

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