#64B956

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

Shades of Apple #64B956

Tints of Apple #64B956

Color information

#64B956 (or 0x64B956) is unknown color: approx Apple. HEX triplet: 64, B9 and 56. RGB value is (100,185,86). Sum of RGB (Red+Green+Blue) = 100+185+86=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #64B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B956 is #9B46A9. Grayscale: #949494. Windows color (decimal): -10176170 or 5683556. OLE color: 5683556.

HSL color Cylindrical-coordinate representation of color #64B956: hue angle of 111.52º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64B956 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB10018586-
CMYK0.4600.540.27
HSL111.52º41.42%53.14%-
HSV(B)111.52º53.51%72.55%-
XYZ24.2838.0814.87-
YUV148.392.8493.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=26.95%
G=49.87%
B=23.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100185860.4600.540.27111.5241.4253.14
Hex64B9562E0361B702935
Octal14427112656066331605165
Binary11001001011100110101101011100110110110111110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,86); }

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

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

 a { background-color: rgb(100,185,86); }

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

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

 span { border-color: rgb(100,185,86); }

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