#64DD83

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

Shades of Pastel Green #64DD83

Tints of Pastel Green #64DD83

Color information

#64DD83 (or 0x64DD83) is unknown color: approx Pastel Green. HEX triplet: 64, DD and 83. RGB value is (100,221,131). Sum of RGB (Red+Green+Blue) = 100+221+131=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD83 is #9B227C. Grayscale: #AEAEAE. Windows color (decimal): -10166909 or 8641892. OLE color: 8641892.

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

Color convert

RGB100221131-
CMYK0.5500.410.13
HSL135.37º64.02%62.94%-
HSV(B)135.37º54.75%86.67%-
XYZ35.2156.0630.44-
YUV174.56103.4174.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=22.12%
G=48.89%
B=28.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211310.5500.410.13135.3764.0262.94
Hex64DD8337029D87403f
Octal144335203670511520710077
Binary1100100110111011000001111011101010011101100001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,131); }

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

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

 a { background-color: rgb(100,221,131); }

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

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

 span { border-color: rgb(100,221,131); }

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