#64E240

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

Shades of Apple #64E240

Tints of Apple #64E240

Color information

#64E240 (or 0x64E240) is unknown color: approx Apple. HEX triplet: 64, E2 and 40. RGB value is (100,226,64). Sum of RGB (Red+Green+Blue) = 100+226+64=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 226 (88.67% from 255 or 57.95% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 226 - color contains mainly: green. Hex color #64E240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E240 is #9B1DBF. Grayscale: #AAAAAA. Windows color (decimal): -10165696 or 4252260. OLE color: 4252260.

HSL color Cylindrical-coordinate representation of color #64E240: hue angle of 106.67º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64E240 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB10022664-
CMYK0.5600.720.11
HSL106.67º73.64%56.86%-
HSV(B)106.67º71.68%88.63%-
XYZ33.3857.4714.18-
YUV169.8668.2678.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 226 (88.67% from 255) = 57.95%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=25.64%
G=57.95%
B=16.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100226640.5600.720.11106.6773.6456.86
Hex64E24038048B6b4a39
Octal1443421007001101315311271
Binary110010011100010100000011100001001000101111010111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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