#64B247

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

Shades of Apple #64B247

Tints of Apple #64B247

Color information

#64B247 (or 0x64B247) is unknown color: approx Apple. HEX triplet: 64, B2 and 47. RGB value is (100,178,71). Sum of RGB (Red+Green+Blue) = 100+178+71=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #64B247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B247 is #9B4DB8. Grayscale: #8E8E8E. Windows color (decimal): -10177977 or 4698724. OLE color: 4698724.

HSL color Cylindrical-coordinate representation of color #64B247: hue angle of 103.74º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B247 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB10017871-
CMYK0.4400.600.30
HSL103.74º42.97%48.82%-
HSV(B)103.74º60.11%69.8%-
XYZ22.3135.0111.54-
YUV142.4887.6697.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=28.65%
G=51.00%
B=20.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100178710.4400.600.30103.7442.9748.82
Hex64B2472C03C1E682b31
Octal14426210754074361505361
Binary11001001011001010001111011000111100111101101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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