#64CB56

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

Shades of Apple #64CB56

Tints of Apple #64CB56

Color information

#64CB56 (or 0x64CB56) is unknown color: approx Apple. HEX triplet: 64, CB and 56. RGB value is (100,203,86). Sum of RGB (Red+Green+Blue) = 100+203+86=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB56 is #9B34A9. Grayscale: #9F9F9F. Windows color (decimal): -10171562 or 5688164. OLE color: 5688164.

HSL color Cylindrical-coordinate representation of color #64CB56: hue angle of 112.82º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CB56 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB10020386-
CMYK0.5100.580.20
HSL112.82º52.94%56.67%-
HSV(B)112.82º57.64%79.61%-
XYZ28.2946.0916.21-
YUV158.8686.8886.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 203 (79.69% from 255) = 52.19%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=25.71%
G=52.19%
B=22.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203860.5100.580.20112.8252.9456.67
Hex64CB563303A14713539
Octal14431312663072241616571
Binary11001001100101110101101100110111010101001110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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