#64DC82

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

Shades of Pastel Green #64DC82

Tints of Pastel Green #64DC82

Color information

#64DC82 (or 0x64DC82) is unknown color: approx Pastel Green. HEX triplet: 64, DC and 82. RGB value is (100,220,130). Sum of RGB (Red+Green+Blue) = 100+220+130=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC82 is #9B237D. Grayscale: #AEAEAE. Windows color (decimal): -10167166 or 8576100. OLE color: 8576100.

HSL color Cylindrical-coordinate representation of color #64DC82: hue angle of 135º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC82 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB100220130-
CMYK0.5500.410.14
HSL135º63.16%62.75%-
HSV(B)135º54.55%86.27%-
XYZ34.8855.5129.99-
YUV173.86103.2475.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.22%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=22.22%
G=48.89%
B=28.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201300.5500.410.1413563.1662.75
Hex64DC8237029E873f3f
Octal14433420267051162077777
Binary110010011011100100000101101110101001111010000111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,130); }

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

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

 a { background-color: rgb(100,220,130); }

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

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

 span { border-color: rgb(100,220,130); }

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