#64C757

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

Shades of Apple #64C757

Tints of Apple #64C757

Color information

#64C757 (or 0x64C757) is unknown color: approx Apple. HEX triplet: 64, C7 and 57. RGB value is (100,199,87). Sum of RGB (Red+Green+Blue) = 100+199+87=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #64C757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C757 is #9B38A8. Grayscale: #9C9C9C. Windows color (decimal): -10172585 or 5752676. OLE color: 5752676.

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

Color convert

RGB10019987-
CMYK0.5000.560.22
HSL113.04º50%56.08%-
HSV(B)113.04º56.28%78.04%-
XYZ27.444.2416.11-
YUV156.6388.787.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=25.91%
G=51.55%
B=22.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100199870.5000.560.22113.045056.08
Hex64C7573203816713238
Octal14430712762070261616270
Binary11001001100011110101111100100111000101101110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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