#64D967

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

Shades of Pastel Green #64D967

Tints of Pastel Green #64D967

Color information

#64D967 (or 0x64D967) is unknown color: approx Pastel Green. HEX triplet: 64, D9 and 67. RGB value is (100,217,103). Sum of RGB (Red+Green+Blue) = 100+217+103=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #64D967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D967 is #9B2698. Grayscale: #A9A9A9. Windows color (decimal): -10167961 or 6805860. OLE color: 6805860.

HSL color Cylindrical-coordinate representation of color #64D967: hue angle of 121.54º degrees, saturation: 0.61, 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 #64D967 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB100217103-
CMYK0.5400.530.15
HSL121.54º60.62%62.16%-
HSV(B)121.54º53.92%85.1%-
XYZ32.5253.3121.41-
YUV169.0290.7478.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 217 (85.16% from 255) = 51.67%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=23.81%
G=51.67%
B=24.52%

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
Decimal1002171030.5400.530.15121.5460.6262.16
Hex64D96736035F7a3d3e
Octal14433114766065171727576
Binary1100100110110011100111110110011010111111111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,103); }

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

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

 a { background-color: rgb(100,217,103); }

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

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

 span { border-color: rgb(100,217,103); }

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