#64D575

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

Shades of Pastel Green #64D575

Tints of Pastel Green #64D575

Color information

#64D575 (or 0x64D575) is unknown color: approx Pastel Green. HEX triplet: 64, D5 and 75. RGB value is (100,213,117). Sum of RGB (Red+Green+Blue) = 100+213+117=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #64D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D575 is #9B2A8A. Grayscale: #A8A8A8. Windows color (decimal): -10168971 or 7722340. OLE color: 7722340.

HSL color Cylindrical-coordinate representation of color #64D575: hue angle of 129.03º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D575 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB100213117-
CMYK0.5300.450.16
HSL129.03º57.36%61.37%-
HSV(B)129.03º53.05%83.53%-
XYZ32.2651.5825.09-
YUV168.2799.0679.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=23.26%
G=49.53%
B=27.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131170.5300.450.16129.0357.3661.37
Hex64D5753502D1081393d
Octal14432516565055202017175
Binary110010011010101111010111010101011011000010000001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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