#64D56E

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

Shades of Pastel Green #64D56E

Tints of Pastel Green #64D56E

Color information

#64D56E (or 0x64D56E) is unknown color: approx Pastel Green. HEX triplet: 64, D5 and 6E. RGB value is (100,213,110). Sum of RGB (Red+Green+Blue) = 100+213+110=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #64D56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D56E is #9B2A91. Grayscale: #A7A7A7. Windows color (decimal): -10168978 or 7263588. OLE color: 7263588.

HSL color Cylindrical-coordinate representation of color #64D56E: hue angle of 125.31º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D56E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB100213110-
CMYK0.5300.480.16
HSL125.31º57.36%61.37%-
HSV(B)125.31º53.05%83.53%-
XYZ31.8651.4223-
YUV167.4795.5679.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 213 (83.59% from 255) = 50.35%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=23.64%
G=50.35%
B=26.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131100.5300.480.16125.3157.3661.37
Hex64D56E35030107d393d
Octal14432515665060201757175
Binary11001001101010111011101101010110000100001111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,110); }

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

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

 a { background-color: rgb(100,213,110); }

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

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

 span { border-color: rgb(100,213,110); }

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