#64D645

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

Shades of Apple #64D645

Tints of Apple #64D645

Color information

#64D645 (or 0x64D645) is unknown color: approx Apple. HEX triplet: 64, D6 and 45. RGB value is (100,214,69). Sum of RGB (Red+Green+Blue) = 100+214+69=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #64D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D645 is #9B29BA. Grayscale: #A3A3A3. Windows color (decimal): -10168763 or 4576868. OLE color: 4576868.

HSL color Cylindrical-coordinate representation of color #64D645: hue angle of 107.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64D645 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB10021469-
CMYK0.5300.680.16
HSL107.17º63.88%55.49%-
HSV(B)107.17º67.76%83.92%-
XYZ30.3851.2313.92-
YUV163.3874.7382.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 214 (83.98% from 255) = 55.87%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=26.11%
G=55.87%
B=18.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100214690.5300.680.16107.1763.8855.49
Hex64D64535044106b4037
Octal1443261056501042015310067
Binary1100100110101101000101110101010001001000011010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,214,69); }

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

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

 a { background-color: rgb(100,214,69); }

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

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

 span { border-color: rgb(100,214,69); }

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