#64C059

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

Shades of Apple #64C059

Tints of Apple #64C059

Color information

#64C059 (or 0x64C059) is unknown color: approx Apple. HEX triplet: 64, C0 and 59. RGB value is (100,192,89). Sum of RGB (Red+Green+Blue) = 100+192+89=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #64C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C059 is #9B3FA6. Grayscale: #999999. Windows color (decimal): -10174375 or 5881956. OLE color: 5881956.

HSL color Cylindrical-coordinate representation of color #64C059: hue angle of 113.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C059 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB10019289-
CMYK0.4800.540.25
HSL113.59º44.98%55.1%-
HSV(B)113.59º53.65%75.29%-
XYZ25.9141.1316.02-
YUV152.7592.0290.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=26.25%
G=50.39%
B=23.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192890.4800.540.25113.5944.9855.1
Hex64C0593003619722d37
Octal14430013160066311625567
Binary11001001100000010110011100000110110110011110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,89); }

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

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

 a { background-color: rgb(100,192,89); }

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

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

 span { border-color: rgb(100,192,89); }

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