#64CA57

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

Shades of Apple #64CA57

Tints of Apple #64CA57

Color information

#64CA57 (or 0x64CA57) is unknown color: approx Apple. HEX triplet: 64, CA and 57. RGB value is (100,202,87). Sum of RGB (Red+Green+Blue) = 100+202+87=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA57 is #9B35A8. Grayscale: #9E9E9E. Windows color (decimal): -10171817 or 5753444. OLE color: 5753444.

HSL color Cylindrical-coordinate representation of color #64CA57: hue angle of 113.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CA57 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB10020287-
CMYK0.5000.570.21
HSL113.22º52.04%56.67%-
HSV(B)113.22º56.93%79.22%-
XYZ28.145.6416.35-
YUV158.3987.7186.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=25.71%
G=51.93%
B=22.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100202870.5000.570.21113.2252.0456.67
Hex64CA573203915713439
Octal14431212762071251616471
Binary11001001100101010101111100100111001101011110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,87); }

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

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

 a { background-color: rgb(100,202,87); }

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

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

 span { border-color: rgb(100,202,87); }

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