#64D844

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

Shades of Apple #64D844

Tints of Apple #64D844

Color information

#64D844 (or 0x64D844) is unknown color: approx Apple. HEX triplet: 64, D8 and 44. RGB value is (100,216,68). Sum of RGB (Red+Green+Blue) = 100+216+68=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #64D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D844 is #9B27BB. Grayscale: #A4A4A4. Windows color (decimal): -10168252 or 4511844. OLE color: 4511844.

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

Color convert

RGB10021668-
CMYK0.5400.690.15
HSL107.03º65.49%55.69%-
HSV(B)107.03º68.52%84.71%-
XYZ30.8552.2413.93-
YUV164.4473.5782.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 216 (84.77% from 255) = 56.25%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=26.04%
G=56.25%
B=17.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100216680.5400.690.15107.0365.4955.69
Hex64D84436045F6b4138
Octal1443301046601051715310170
Binary110010011011000100010011011001000101111111010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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