#64E06F

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

Shades of Pastel Green #64E06F

Tints of Pastel Green #64E06F

Color information

#64E06F (or 0x64E06F) is unknown color: approx Pastel Green. HEX triplet: 64, E0 and 6F. RGB value is (100,224,111). Sum of RGB (Red+Green+Blue) = 100+224+111=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #64E06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E06F is #9B1F90. Grayscale: #AEAEAE. Windows color (decimal): -10166161 or 7331940. OLE color: 7331940.

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

Color convert

RGB100224111-
CMYK0.5500.500.12
HSL125.32º66.67%63.53%-
HSV(B)125.32º55.36%87.84%-
XYZ34.7857.1724.24-
YUV174.0492.4275.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=22.99%
G=51.49%
B=25.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002241110.5500.500.12125.3266.6763.53
Hex64E06F37032C7d4340
Octal1443401576706214175103100
Binary110010011100000110111111011101100101100111110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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