#64D147

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

Shades of Apple #64D147

Tints of Apple #64D147

Color information

#64D147 (or 0x64D147) is unknown color: approx Apple. HEX triplet: 64, D1 and 47. RGB value is (100,209,71). Sum of RGB (Red+Green+Blue) = 100+209+71=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #64D147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D147 is #9B2EB8. Grayscale: #A1A1A1. Windows color (decimal): -10170041 or 4706660. OLE color: 4706660.

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

Color convert

RGB10020971-
CMYK0.5200.660.18
HSL107.39º60%54.9%-
HSV(B)107.39º66.03%81.96%-
XYZ29.1948.7713.84-
YUV160.6877.3984.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 209 (82.03% from 255) = 55%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=26.32%
G=55%
B=18.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100209710.5200.660.18107.396054.9
Hex64D14734042126b3c37
Octal144321107640102221537467
Binary110010011010001100011111010001000010100101101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,209,71); }

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

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

 a { background-color: rgb(100,209,71); }

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

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

 span { border-color: rgb(100,209,71); }

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