#64D75F

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

Shades of Pastel Green #64D75F

Tints of Pastel Green #64D75F

Color information

#64D75F (or 0x64D75F) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 5F. RGB value is (100,215,95). Sum of RGB (Red+Green+Blue) = 100+215+95=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #64D75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D75F is #9B28A0. Grayscale: #A7A7A7. Windows color (decimal): -10168481 or 6281060. OLE color: 6281060.

HSL color Cylindrical-coordinate representation of color #64D75F: hue angle of 117.5º 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 #64D75F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB10021595-
CMYK0.5300.560.16
HSL117.5º60%60.78%-
HSV(B)117.5º55.81%84.31%-
XYZ31.6252.1419.22-
YUV166.9487.480.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 215 (84.38% from 255) = 52.44%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=24.39%
G=52.44%
B=23.17%

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
Decimal100215950.5300.560.16117.56060.78
Hex64D75F3503810763c3d
Octal14432713765070201667475
Binary11001001101011110111111101010111000100001110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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