#64C640

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

Shades of Apple #64C640

Tints of Apple #64C640

Color information

#64C640 (or 0x64C640) is unknown color: approx Apple. HEX triplet: 64, C6 and 40. RGB value is (100,198,64). Sum of RGB (Red+Green+Blue) = 100+198+64=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #64C640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C640 is #9B39BF. Grayscale: #999999. Windows color (decimal): -10172864 or 4245092. OLE color: 4245092.

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

Color convert

RGB10019864-
CMYK0.4900.680.22
HSL103.88º54.03%51.37%-
HSV(B)103.88º67.68%77.65%-
XYZ26.3843.4711.85-
YUV153.4277.5389.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 198 (77.73% from 255) = 54.70%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=27.62%
G=54.70%
B=17.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100198640.4900.680.22103.8854.0351.37
Hex64C6403104416683633
Octal144306100610104261506663
Binary110010011000110100000011000101000100101101101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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