#64C647

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

Shades of Apple #64C647

Tints of Apple #64C647

Color information

#64C647 (or 0x64C647) is unknown color: approx Apple. HEX triplet: 64, C6 and 47. RGB value is (100,198,71). Sum of RGB (Red+Green+Blue) = 100+198+71=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #64C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C647 is #9B39B8. Grayscale: #9A9A9A. Windows color (decimal): -10172857 or 4703844. OLE color: 4703844.

HSL color Cylindrical-coordinate representation of color #64C647: hue angle of 106.3º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64C647 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB10019871-
CMYK0.4900.640.22
HSL106.3º52.7%52.75%-
HSV(B)106.3º64.14%77.65%-
XYZ26.5943.5512.97-
YUV154.2281.0389.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 198 (77.73% from 255) = 53.66%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=27.10%
G=53.66%
B=19.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100198710.4900.640.22106.352.752.75
Hex64C64731040166a3535
Octal144306107610100261526565
Binary110010011000110100011111000101000000101101101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,198,71); }

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

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

 a { background-color: rgb(100,198,71); }

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

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

 span { border-color: rgb(100,198,71); }

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