#64D372

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

Shades of Pastel Green #64D372

Tints of Pastel Green #64D372

Color information

#64D372 (or 0x64D372) is unknown color: approx Pastel Green. HEX triplet: 64, D3 and 72. RGB value is (100,211,114). Sum of RGB (Red+Green+Blue) = 100+211+114=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #64D372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D372 is #9B2C8D. Grayscale: #A7A7A7. Windows color (decimal): -10169486 or 7525220. OLE color: 7525220.

HSL color Cylindrical-coordinate representation of color #64D372: hue angle of 127.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D372 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB100211114-
CMYK0.5300.460.17
HSL127.57º55.78%60.98%-
HSV(B)127.57º52.61%82.75%-
XYZ31.5950.5124-
YUV166.7598.2380.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 211 (82.81% from 255) = 49.65%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=23.53%
G=49.65%
B=26.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002111140.5300.460.17127.5755.7860.98
Hex64D3723502E1180383d
Octal14432316265056212007075
Binary110010011010011111001011010101011101000110000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,114); }

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

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

 a { background-color: rgb(100,211,114); }

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

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

 span { border-color: rgb(100,211,114); }

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