#64DD7A

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

Shades of Pastel Green #64DD7A

Tints of Pastel Green #64DD7A

Color information

#64DD7A (or 0x64DD7A) is unknown color: approx Pastel Green. HEX triplet: 64, DD and 7A. RGB value is (100,221,122). Sum of RGB (Red+Green+Blue) = 100+221+122=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD7A is #9B2285. Grayscale: #ADADAD. Windows color (decimal): -10166918 or 8052068. OLE color: 8052068.

HSL color Cylindrical-coordinate representation of color #64DD7A: hue angle of 130.91º 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 #64DD7A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB100221122-
CMYK0.5500.450.13
HSL130.91º64.02%62.94%-
HSV(B)130.91º54.75%86.67%-
XYZ34.6255.8327.36-
YUV173.5498.9175.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=22.57%
G=49.89%
B=27.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211220.5500.450.13130.9164.0262.94
Hex64DD7A3702DD83403f
Octal144335172670551520310077
Binary110010011011101111101011011101011011101100000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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