#64D04F

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

Shades of Apple #64D04F

Tints of Apple #64D04F

Color information

#64D04F (or 0x64D04F) is unknown color: approx Apple. HEX triplet: 64, D0 and 4F. RGB value is (100,208,79). Sum of RGB (Red+Green+Blue) = 100+208+79=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #64D04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D04F is #9B2FB0. Grayscale: #A1A1A1. Windows color (decimal): -10170289 or 5230692. OLE color: 5230692.

HSL color Cylindrical-coordinate representation of color #64D04F: hue angle of 110.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64D04F is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10020879-
CMYK0.5200.620.18
HSL110.23º57.85%56.27%-
HSV(B)110.23º62.02%81.57%-
XYZ29.2248.3915.2-
YUV16181.7284.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 208 (81.64% from 255) = 53.75%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=25.84%
G=53.75%
B=20.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100208790.5200.620.18110.2357.8556.27
Hex64D04F3403E126e3a38
Octal14432011764076221567270
Binary11001001101000010011111101000111110100101101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,79); }

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

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

 a { background-color: rgb(100,208,79); }

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

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

 span { border-color: rgb(100,208,79); }

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