#64D75E

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

Shades of Pastel Green #64D75E

Tints of Pastel Green #64D75E

Color information

#64D75E (or 0x64D75E) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 5E. RGB value is (100,215,94). Sum of RGB (Red+Green+Blue) = 100+215+94=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #64D75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D75E is #9B28A1. Grayscale: #A7A7A7. Windows color (decimal): -10168482 or 6215524. OLE color: 6215524.

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

Color convert

RGB10021594-
CMYK0.5300.560.16
HSL117.02º60.2%60.59%-
HSV(B)117.02º56.28%84.31%-
XYZ31.5852.1218.99-
YUV166.8286.980.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=24.45%
G=52.57%
B=22.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100215940.5300.560.16117.0260.260.59
Hex64D75E3503810753c3d
Octal14432713665070201657475
Binary11001001101011110111101101010111000100001110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,94); }

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

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

 a { background-color: rgb(100,215,94); }

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

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

 span { border-color: rgb(100,215,94); }

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