#64EE7A

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

Shades of Pastel Green #64EE7A

Tints of Pastel Green #64EE7A

Color information

#64EE7A (or 0x64EE7A) is unknown color: approx Pastel Green. HEX triplet: 64, EE and 7A. RGB value is (100,238,122). Sum of RGB (Red+Green+Blue) = 100+238+122=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EE7A is #9B1185. Grayscale: #B7B7B7. Windows color (decimal): -10162566 or 8056420. OLE color: 8056420.

HSL color Cylindrical-coordinate representation of color #64EE7A: hue angle of 129.57º degrees, saturation: 0.8, 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 #64EE7A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB100238122-
CMYK0.5800.490.07
HSL129.57º80.23%66.27%-
HSV(B)129.57º57.98%93.33%-
XYZ39.3465.2628.94-
YUV183.5193.2868.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.74%
GREEN value IS 238 (93.36% from 255) = 51.74%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=21.74%
G=51.74%
B=26.52%

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
Decimal1002381220.5800.490.07129.5780.2366.27
Hex64EE7A3A0317825042
Octal144356172720617202120102
Binary110010011101110111101011101001100011111000001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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