#64D941

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

Shades of Apple #64D941

Tints of Apple #64D941

Color information

#64D941 (or 0x64D941) is unknown color: approx Apple. HEX triplet: 64, D9 and 41. RGB value is (100,217,65). Sum of RGB (Red+Green+Blue) = 100+217+65=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #64D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D941 is #9B26BE. Grayscale: #A5A5A5. Windows color (decimal): -10167999 or 4315492. OLE color: 4315492.

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

Color convert

RGB10021765-
CMYK0.5400.700.15
HSL106.18º66.67%55.29%-
HSV(B)106.18º70.05%85.1%-
XYZ31.0252.7213.54-
YUV164.6971.7481.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 217 (85.16% from 255) = 56.81%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=26.18%
G=56.81%
B=17.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100217650.5400.700.15106.1866.6755.29
Hex64D94136046F6a4337
Octal1443311016601061715210367
Binary110010011011001100000111011001000110111111010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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