#64ED84

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

Shades of Pastel Green #64ED84

Tints of Pastel Green #64ED84

Color information

#64ED84 (or 0x64ED84) is unknown color: approx Pastel Green. HEX triplet: 64, ED and 84. RGB value is (100,237,132). Sum of RGB (Red+Green+Blue) = 100+237+132=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED84 is #9B127B. Grayscale: #B8B8B8. Windows color (decimal): -10162812 or 8711524. OLE color: 8711524.

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

Color convert

RGB100237132-
CMYK0.5800.440.07
HSL134.01º79.19%66.08%-
HSV(B)134.01º57.81%92.94%-
XYZ39.764.9432.27-
YUV184.0798.6168.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 237 (92.97% from 255) = 50.53%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=21.32%
G=50.53%
B=28.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371320.5800.440.07134.0179.1966.08
Hex64ED843A02C7864f42
Octal144355204720547206117102
Binary1100100111011011000010011101001011001111000011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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