#64D542

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

Shades of Apple #64D542

Tints of Apple #64D542

Color information

#64D542 (or 0x64D542) is unknown color: approx Apple. HEX triplet: 64, D5 and 42. RGB value is (100,213,66). Sum of RGB (Red+Green+Blue) = 100+213+66=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #64D542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D542 is #9B2ABD. Grayscale: #A2A2A2. Windows color (decimal): -10169022 or 4380004. OLE color: 4380004.

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

Color convert

RGB10021366-
CMYK0.5300.690.16
HSL106.12º63.64%54.71%-
HSV(B)106.12º69.01%83.53%-
XYZ30.0350.6913.36-
YUV162.4573.5683.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 213 (83.59% from 255) = 56.20%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=26.39%
G=56.20%
B=17.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100213660.5300.690.16106.1263.6454.71
Hex64D54235045106a4037
Octal1443251026501052015210067
Binary1100100110101011000010110101010001011000011010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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