#64EB84

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

Shades of Pastel Green #64EB84

Tints of Pastel Green #64EB84

Color information

#64EB84 (or 0x64EB84) is unknown color: approx Pastel Green. HEX triplet: 64, EB and 84. RGB value is (100,235,132). Sum of RGB (Red+Green+Blue) = 100+235+132=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB84 is #9B147B. Grayscale: #B7B7B7. Windows color (decimal): -10163324 or 8711012. OLE color: 8711012.

HSL color Cylindrical-coordinate representation of color #64EB84: hue angle of 134.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EB84 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB100235132-
CMYK0.5700.440.08
HSL134.22º77.14%65.69%-
HSV(B)134.22º57.45%92.16%-
XYZ39.1363.7932.08-
YUV182.8999.2768.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 235 (92.19% from 255) = 50.32%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=21.41%
G=50.32%
B=28.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002351320.5700.440.08134.2277.1465.69
Hex64EB843902C8864d42
Octal1443532047105410206115102
Binary11001001110101110000100111001010110010001000011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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