#64D865

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

Shades of Pastel Green #64D865

Tints of Pastel Green #64D865

Color information

#64D865 (or 0x64D865) is unknown color: approx Pastel Green. HEX triplet: 64, D8 and 65. RGB value is (100,216,101). Sum of RGB (Red+Green+Blue) = 100+216+101=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #64D865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D865 is #9B279A. Grayscale: #A8A8A8. Windows color (decimal): -10168219 or 6674532. OLE color: 6674532.

HSL color Cylindrical-coordinate representation of color #64D865: hue angle of 120.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D865 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB100216101-
CMYK0.5400.530.15
HSL120.52º59.79%61.96%-
HSV(B)120.52º53.7%84.71%-
XYZ32.1652.7620.8-
YUV168.2190.0779.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=23.98%
G=51.80%
B=24.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002161010.5400.530.15120.5259.7961.96
Hex64D86536035F793c3e
Octal14433014566065171717476
Binary1100100110110001100101110110011010111111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,216,101); }

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

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

 a { background-color: rgb(100,216,101); }

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

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

 span { border-color: rgb(100,216,101); }

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