#64D94C

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

Shades of Apple #64D94C

Tints of Apple #64D94C

Color information

#64D94C (or 0x64D94C) is unknown color: approx Apple. HEX triplet: 64, D9 and 4C. RGB value is (100,217,76). Sum of RGB (Red+Green+Blue) = 100+217+76=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #64D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D94C is #9B26B3. Grayscale: #A6A6A6. Windows color (decimal): -10167988 or 5036388. OLE color: 5036388.

HSL color Cylindrical-coordinate representation of color #64D94C: hue angle of 109.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64D94C is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB10021776-
CMYK0.5400.650.15
HSL109.79º64.98%57.45%-
HSV(B)109.79º64.98%85.1%-
XYZ31.3752.8615.39-
YUV165.9477.2480.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 217 (85.16% from 255) = 55.22%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=25.45%
G=55.22%
B=19.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100217760.5400.650.15109.7964.9857.45
Hex64D94C36041F6e4139
Octal1443311146601011715610171
Binary110010011011001100110011011001000001111111011101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,76); }

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

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

 a { background-color: rgb(100,217,76); }

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

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

 span { border-color: rgb(100,217,76); }

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