#64C850

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

Shades of Apple #64C850

Tints of Apple #64C850

Color information

#64C850 (or 0x64C850) is unknown color: approx Apple. HEX triplet: 64, C8 and 50. RGB value is (100,200,80). Sum of RGB (Red+Green+Blue) = 100+200+80=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #64C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C850 is #9B37AF. Grayscale: #9C9C9C. Windows color (decimal): -10172336 or 5294180. OLE color: 5294180.

HSL color Cylindrical-coordinate representation of color #64C850: hue angle of 110º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C850 is Cyan = 0.5, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB10020080-
CMYK0.500.60.22
HSL110º52.17%54.9%-
HSV(B)110º60%78.43%-
XYZ27.3644.614.76-
YUV156.4284.8787.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 200 (78.52% from 255) = 52.63%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=26.32%
G=52.63%
B=21.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100200800.500.60.2211052.1754.9
Hex64C8503203C166e3437
Octal14431012062074261566467
Binary11001001100100010100001100100111100101101101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,200,80); }

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

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

 a { background-color: rgb(100,200,80); }

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

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

 span { border-color: rgb(100,200,80); }

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