#64D53F

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

Shades of Apple #64D53F

Tints of Apple #64D53F

Color information

#64D53F (or 0x64D53F) is unknown color: approx Apple. HEX triplet: 64, D5 and 3F. RGB value is (100,213,63). Sum of RGB (Red+Green+Blue) = 100+213+63=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #64D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D53F is #9B2AC0. Grayscale: #A2A2A2. Windows color (decimal): -10169025 or 4183396. OLE color: 4183396.

HSL color Cylindrical-coordinate representation of color #64D53F: hue angle of 105.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64D53F is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB10021363-
CMYK0.5300.700.16
HSL105.2º64.1%54.12%-
HSV(B)105.2º70.42%83.53%-
XYZ29.9550.6612.9-
YUV162.1172.0683.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 213 (83.59% from 255) = 56.65%
BLUE value IS 63 (25% from 255) = 16.76%
R=26.60%
G=56.65%
B=16.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100213630.5300.700.16105.264.154.12
Hex64D53F3504610694036
Octal144325776501062015110066
Binary110010011010101111111110101010001101000011010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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