#64C340

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

Shades of Apple #64C340

Tints of Apple #64C340

Color information

#64C340 (or 0x64C340) is unknown color: approx Apple. HEX triplet: 64, C3 and 40. RGB value is (100,195,64). Sum of RGB (Red+Green+Blue) = 100+195+64=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #64C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C340 is #9B3CBF. Grayscale: #989898. Windows color (decimal): -10173632 or 4244324. OLE color: 4244324.

HSL color Cylindrical-coordinate representation of color #64C340: hue angle of 103.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C340 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB10019564-
CMYK0.4900.670.24
HSL103.51º52.19%50.78%-
HSV(B)103.51º67.18%76.47%-
XYZ25.742.1111.62-
YUV151.6678.5391.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 195 (76.56% from 255) = 54.32%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=27.86%
G=54.32%
B=17.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100195640.4900.670.24103.5152.1950.78
Hex64C3403104318683433
Octal144303100610103301506463
Binary110010011000011100000011000101000011110001101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,64); }

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

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

 a { background-color: rgb(100,195,64); }

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

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

 span { border-color: rgb(100,195,64); }

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