#64E774

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

Shades of Pastel Green #64E774

Tints of Pastel Green #64E774

Color information

#64E774 (or 0x64E774) is unknown color: approx Pastel Green. HEX triplet: 64, E7 and 74. RGB value is (100,231,116). Sum of RGB (Red+Green+Blue) = 100+231+116=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #64E774 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E774 is #9B188B. Grayscale: #B3B3B3. Windows color (decimal): -10164364 or 7661412. OLE color: 7661412.

HSL color Cylindrical-coordinate representation of color #64E774: hue angle of 127.33º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E774 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB100231116-
CMYK0.5700.500.09
HSL127.33º73.18%64.9%-
HSV(B)127.33º56.71%90.59%-
XYZ36.9861.1226.37-
YUV178.7292.671.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 231 (90.62% from 255) = 51.68%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=22.37%
G=51.68%
B=25.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002311160.5700.500.09127.3373.1864.9
Hex64E7743903297f4941
Octal1443471647106211177111101
Binary110010011100111111010011100101100101001111111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,231,116); }

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

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

 a { background-color: rgb(100,231,116); }

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

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

 span { border-color: rgb(100,231,116); }

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