#64D968

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

Shades of Pastel Green #64D968

Tints of Pastel Green #64D968

Color information

#64D968 (or 0x64D968) is unknown color: approx Pastel Green. HEX triplet: 64, D9 and 68. RGB value is (100,217,104). Sum of RGB (Red+Green+Blue) = 100+217+104=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #64D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D968 is #9B2697. Grayscale: #A9A9A9. Windows color (decimal): -10167960 or 6871396. OLE color: 6871396.

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

Color convert

RGB100217104-
CMYK0.5400.520.15
HSL122.05º60.62%62.16%-
HSV(B)122.05º53.92%85.1%-
XYZ32.5753.3321.67-
YUV169.1491.2478.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 217 (85.16% from 255) = 51.54%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=23.75%
G=51.54%
B=24.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171040.5400.520.15122.0560.6262.16
Hex64D96836034F7a3d3e
Octal14433115066064171727576
Binary1100100110110011101000110110011010011111111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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