#64D34E

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

Shades of Apple #64D34E

Tints of Apple #64D34E

Color information

#64D34E (or 0x64D34E) is unknown color: approx Apple. HEX triplet: 64, D3 and 4E. RGB value is (100,211,78). Sum of RGB (Red+Green+Blue) = 100+211+78=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #64D34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D34E is #9B2CB1. Grayscale: #A3A3A3. Windows color (decimal): -10169522 or 5165924. OLE color: 5165924.

HSL color Cylindrical-coordinate representation of color #64D34E: hue angle of 110.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64D34E is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB10021178-
CMYK0.5300.630.17
HSL110.08º60.18%56.67%-
HSV(B)110.08º63.03%82.75%-
XYZ29.9249.8515.25-
YUV162.6580.2383.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 211 (82.81% from 255) = 54.24%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=25.71%
G=54.24%
B=20.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100211780.5300.630.17110.0860.1856.67
Hex64D34E3503F116e3c39
Octal14432311665077211567471
Binary11001001101001110011101101010111111100011101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,78); }

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

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

 a { background-color: rgb(100,211,78); }

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

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

 span { border-color: rgb(100,211,78); }

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