#64E143

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

Shades of Apple #64E143

Tints of Apple #64E143

Color information

#64E143 (or 0x64E143) is unknown color: approx Apple. HEX triplet: 64, E1 and 43. RGB value is (100,225,67). Sum of RGB (Red+Green+Blue) = 100+225+67=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #64E143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E143 is #9B1EBC. Grayscale: #AAAAAA. Windows color (decimal): -10165949 or 4448612. OLE color: 4448612.

HSL color Cylindrical-coordinate representation of color #64E143: hue angle of 107.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64E143 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB10022567-
CMYK0.5600.700.12
HSL107.47º72.48%57.25%-
HSV(B)107.47º70.22%88.24%-
XYZ33.1956.9714.56-
YUV169.6170.0978.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 225 (88.28% from 255) = 57.40%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=25.51%
G=57.40%
B=17.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100225670.5600.700.12107.4772.4857.25
Hex64E14338046C6b4839
Octal1443411037001061415311071
Binary110010011100001100001111100001000110110011010111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,67); }

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

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

 a { background-color: rgb(100,225,67); }

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

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

 span { border-color: rgb(100,225,67); }

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