#64E27E

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

Shades of Pastel Green #64E27E

Tints of Pastel Green #64E27E

Color information

#64E27E (or 0x64E27E) is unknown color: approx Pastel Green. HEX triplet: 64, E2 and 7E. RGB value is (100,226,126). Sum of RGB (Red+Green+Blue) = 100+226+126=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #64E27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E27E is #9B1D81. Grayscale: #B1B1B1. Windows color (decimal): -10165634 or 8315492. OLE color: 8315492.

HSL color Cylindrical-coordinate representation of color #64E27E: hue angle of 132.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E27E is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB100226126-
CMYK0.5600.440.11
HSL132.38º68.48%63.92%-
HSV(B)132.38º55.75%88.63%-
XYZ36.2258.6129.14-
YUV176.9399.2673.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 226 (88.67% from 255) = 50%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=22.12%
G=50%
B=27.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002261260.5600.440.11132.3868.4863.92
Hex64E27E3802CB844440
Octal1443421767005413204104100
Binary1100100111000101111110111000010110010111000010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,226,126); }

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

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

 a { background-color: rgb(100,226,126); }

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

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

 span { border-color: rgb(100,226,126); }

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