#64C256

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

Shades of Apple #64C256

Tints of Apple #64C256

Color information

#64C256 (or 0x64C256) is unknown color: approx Apple. HEX triplet: 64, C2 and 56. RGB value is (100,194,86). Sum of RGB (Red+Green+Blue) = 100+194+86=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #64C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C256 is #9B3DA9. Grayscale: #999999. Windows color (decimal): -10173866 or 5685860. OLE color: 5685860.

HSL color Cylindrical-coordinate representation of color #64C256: hue angle of 112.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64C256 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB10019486-
CMYK0.4800.560.24
HSL112.22º46.96%54.9%-
HSV(B)112.22º55.67%76.08%-
XYZ26.2341.9615.52-
YUV153.5889.8689.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 194 (76.17% from 255) = 51.05%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=26.32%
G=51.05%
B=22.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100194860.4800.560.24112.2246.9654.9
Hex64C2563003818702f37
Octal14430212660070301605767
Binary11001001100001010101101100000111000110001110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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