#64D35D

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

Shades of Pastel Green #64D35D

Tints of Pastel Green #64D35D

Color information

#64D35D (or 0x64D35D) is unknown color: approx Pastel Green. HEX triplet: 64, D3 and 5D. RGB value is (100,211,93). Sum of RGB (Red+Green+Blue) = 100+211+93=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #64D35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D35D is #9B2CA2. Grayscale: #A4A4A4. Windows color (decimal): -10169507 or 6148964. OLE color: 6148964.

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

Color convert

RGB10021193-
CMYK0.5300.560.17
HSL116.44º57.28%59.61%-
HSV(B)116.44º55.92%82.75%-
XYZ30.5350.0918.42-
YUV164.3687.7382.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 211 (82.81% from 255) = 52.23%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=24.75%
G=52.23%
B=23.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100211930.5300.560.17116.4457.2859.61
Hex64D35D350381174393c
Octal14432313565070211647174
Binary11001001101001110111011101010111000100011110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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