#64DE75

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

Shades of Pastel Green #64DE75

Tints of Pastel Green #64DE75

Color information

#64DE75 (or 0x64DE75) is unknown color: approx Pastel Green. HEX triplet: 64, DE and 75. RGB value is (100,222,117). Sum of RGB (Red+Green+Blue) = 100+222+117=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DE75 is #9B218A. Grayscale: #ADADAD. Windows color (decimal): -10166667 or 7724644. OLE color: 7724644.

HSL color Cylindrical-coordinate representation of color #64DE75: hue angle of 128.36º degrees, saturation: 0.65, 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 #64DE75 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB100222117-
CMYK0.5500.470.13
HSL128.36º64.89%63.14%-
HSV(B)128.36º54.95%87.06%-
XYZ34.5956.2425.86-
YUV173.5596.0875.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.78%
GREEN value IS 222 (87.11% from 255) = 50.57%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=22.78%
G=50.57%
B=26.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221170.5500.470.13128.3664.8963.14
Hex64DE753702FD80413f
Octal144336165670571520010177
Binary110010011011110111010111011101011111101100000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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