#64CA54

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

Shades of Apple #64CA54

Tints of Apple #64CA54

Color information

#64CA54 (or 0x64CA54) is unknown color: approx Apple. HEX triplet: 64, CA and 54. RGB value is (100,202,84). Sum of RGB (Red+Green+Blue) = 100+202+84=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA54 is #9B35AB. Grayscale: #9E9E9E. Windows color (decimal): -10171820 or 5556836. OLE color: 5556836.

HSL color Cylindrical-coordinate representation of color #64CA54: hue angle of 111.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CA54 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB10020284-
CMYK0.5000.580.21
HSL111.86º52.68%56.08%-
HSV(B)111.86º58.42%79.22%-
XYZ27.9845.5915.71-
YUV158.0586.2186.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 202 (79.30% from 255) = 52.33%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=25.91%
G=52.33%
B=21.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100202840.5000.580.21111.8652.6856.08
Hex64CA543203A15703538
Octal14431212462072251606570
Binary11001001100101010101001100100111010101011110000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,84); }

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

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

 a { background-color: rgb(100,202,84); }

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

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

 span { border-color: rgb(100,202,84); }

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