#64DD7F

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

Shades of Pastel Green #64DD7F

Tints of Pastel Green #64DD7F

Color information

#64DD7F (or 0x64DD7F) is unknown color: approx Pastel Green. HEX triplet: 64, DD and 7F. RGB value is (100,221,127). Sum of RGB (Red+Green+Blue) = 100+221+127=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD7F is #9B2280. Grayscale: #AEAEAE. Windows color (decimal): -10166913 or 8379748. OLE color: 8379748.

HSL color Cylindrical-coordinate representation of color #64DD7F: hue angle of 133.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD7F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB100221127-
CMYK0.5500.430.13
HSL133.39º64.02%62.94%-
HSV(B)133.39º54.75%86.67%-
XYZ34.9455.9529.04-
YUV174.1101.4175.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 221 (86.72% from 255) = 49.33%
BLUE value IS 127 (50% from 255) = 28.35%
R=22.32%
G=49.33%
B=28.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211270.5500.430.13133.3964.0262.94
Hex64DD7F3702BD85403f
Octal144335177670531520510077
Binary110010011011101111111111011101010111101100001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,127); }

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

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

 a { background-color: rgb(100,221,127); }

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

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

 span { border-color: rgb(100,221,127); }

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