#64C43F

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

Shades of Apple #64C43F

Tints of Apple #64C43F

Color information

#64C43F (or 0x64C43F) is unknown color: approx Apple. HEX triplet: 64, C4 and 3F. RGB value is (100,196,63). Sum of RGB (Red+Green+Blue) = 100+196+63=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #64C43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C43F is #9B3BC0. Grayscale: #989898. Windows color (decimal): -10173377 or 4179044. OLE color: 4179044.

HSL color Cylindrical-coordinate representation of color #64C43F: hue angle of 103.31º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C43F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB10019663-
CMYK0.4900.680.23
HSL103.31º52.99%50.78%-
HSV(B)103.31º67.86%76.86%-
XYZ25.8942.5511.55-
YUV152.1377.790.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 196 (76.95% from 255) = 54.60%
BLUE value IS 63 (25% from 255) = 17.55%
R=27.86%
G=54.60%
B=17.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100196630.4900.680.23103.3152.9950.78
Hex64C43F3104417673533
Octal14430477610104271476563
Binary11001001100010011111111000101000100101111100111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,63); }

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

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

 a { background-color: rgb(100,196,63); }

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

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

 span { border-color: rgb(100,196,63); }

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