#64D35C

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

Shades of Pastel Green #64D35C

Tints of Pastel Green #64D35C

Color information

#64D35C (or 0x64D35C) is unknown color: approx Pastel Green. HEX triplet: 64, D3 and 5C. RGB value is (100,211,92). Sum of RGB (Red+Green+Blue) = 100+211+92=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #64D35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D35C is #9B2CA3. Grayscale: #A4A4A4. Windows color (decimal): -10169508 or 6083428. OLE color: 6083428.

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

Color convert

RGB10021192-
CMYK0.5300.560.17
HSL115.97º57.49%59.41%-
HSV(B)115.97º56.4%82.75%-
XYZ30.4850.0718.18-
YUV164.2487.2382.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 211 (82.81% from 255) = 52.36%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=24.81%
G=52.36%
B=22.83%

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
Decimal100211920.5300.560.17115.9757.4959.41
Hex64D35C350381174393b
Octal14432313465070211647173
Binary11001001101001110111001101010111000100011110100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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