#64B84B

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

Shades of Apple #64B84B

Tints of Apple #64B84B

Color information

#64B84B (or 0x64B84B) is unknown color: approx Apple. HEX triplet: 64, B8 and 4B. RGB value is (100,184,75). Sum of RGB (Red+Green+Blue) = 100+184+75=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #64B84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B84B is #9B47B4. Grayscale: #929292. Windows color (decimal): -10176437 or 4962404. OLE color: 4962404.

HSL color Cylindrical-coordinate representation of color #64B84B: hue angle of 106.24º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64B84B is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB10018475-
CMYK0.4600.590.28
HSL106.24º43.43%50.78%-
HSV(B)106.24º59.24%72.16%-
XYZ23.6737.512.65-
YUV146.4687.6794.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 184 (72.27% from 255) = 51.25%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=27.86%
G=51.25%
B=20.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100184750.4600.590.28106.2443.4350.78
Hex64B84B2E03B1C6a2b33
Octal14427011356073341525363
Binary11001001011100010010111011100111011111001101010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,184,75); }

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

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

 a { background-color: rgb(100,184,75); }

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

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

 span { border-color: rgb(100,184,75); }

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