#64DE5A

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

Shades of Pastel Green #64DE5A

Tints of Pastel Green #64DE5A

Color information

#64DE5A (or 0x64DE5A) is unknown color: approx Pastel Green. HEX triplet: 64, DE and 5A. RGB value is (100,222,90). Sum of RGB (Red+Green+Blue) = 100+222+90=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DE5A is #9B21A5. Grayscale: #AAAAAA. Windows color (decimal): -10166694 or 5955172. OLE color: 5955172.

HSL color Cylindrical-coordinate representation of color #64DE5A: hue angle of 115.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DE5A is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB10022290-
CMYK0.5500.590.13
HSL115.45º66.67%61.18%-
HSV(B)115.45º59.46%87.06%-
XYZ33.2255.6918.67-
YUV170.4782.5877.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 222 (87.11% from 255) = 53.88%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=24.27%
G=53.88%
B=21.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100222900.5500.590.13115.4566.6761.18
Hex64DE5A3703BD73433d
Octal144336132670731516310375
Binary11001001101111010110101101110111011110111100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,90); }

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

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

 a { background-color: rgb(100,222,90); }

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

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

 span { border-color: rgb(100,222,90); }

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