#64E05E

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

Shades of Pastel Green #64E05E

Tints of Pastel Green #64E05E

Color information

#64E05E (or 0x64E05E) is unknown color: approx Pastel Green. HEX triplet: 64, E0 and 5E. RGB value is (100,224,94). Sum of RGB (Red+Green+Blue) = 100+224+94=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #64E05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E05E is #9B1FA1. Grayscale: #ACACAC. Windows color (decimal): -10166178 or 6217828. OLE color: 6217828.

HSL color Cylindrical-coordinate representation of color #64E05E: hue angle of 117.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64E05E is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB10022494-
CMYK0.5500.580.12
HSL117.23º67.71%62.35%-
HSV(B)117.23º58.04%87.84%-
XYZ33.9356.8319.77-
YUV172.183.9276.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 224 (87.89% from 255) = 53.59%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=23.92%
G=53.59%
B=22.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100224940.5500.580.12117.2367.7162.35
Hex64E05E3703AC75443e
Octal144340136670721416510476
Binary11001001110000010111101101110111010110011101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,224,94); }

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

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

 a { background-color: rgb(100,224,94); }

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

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

 span { border-color: rgb(100,224,94); }

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