#64ED78

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

Shades of Pastel Green #64ED78

Tints of Pastel Green #64ED78

Color information

#64ED78 (or 0x64ED78) is unknown color: approx Pastel Green. HEX triplet: 64, ED and 78. RGB value is (100,237,120). Sum of RGB (Red+Green+Blue) = 100+237+120=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64ED78 is #9B1287. Grayscale: #B7B7B7. Windows color (decimal): -10162824 or 7925092. OLE color: 7925092.

HSL color Cylindrical-coordinate representation of color #64ED78: hue angle of 128.76º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED78 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB100237120-
CMYK0.5800.490.07
HSL128.76º79.19%66.08%-
HSV(B)128.76º57.81%92.94%-
XYZ38.9364.6328.19-
YUV182.792.6169.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 237 (92.97% from 255) = 51.86%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=21.88%
G=51.86%
B=26.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371200.5800.490.07128.7679.1966.08
Hex64ED783A0317814f42
Octal144355170720617201117102
Binary110010011101101111100011101001100011111000000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,237,120); }

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

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

 a { background-color: rgb(100,237,120); }

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

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

 span { border-color: rgb(100,237,120); }

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