#64B25A

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

Shades of Apple #64B25A

Tints of Apple #64B25A

Color information

#64B25A (or 0x64B25A) is unknown color: approx Apple. HEX triplet: 64, B2 and 5A. RGB value is (100,178,90). Sum of RGB (Red+Green+Blue) = 100+178+90=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #64B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B25A is #9B4DA5. Grayscale: #909090. Windows color (decimal): -10177958 or 5943908. OLE color: 5943908.

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

Color convert

RGB10017890-
CMYK0.4400.490.30
HSL113.18º36.36%52.55%-
HSV(B)113.18º49.44%69.8%-
XYZ23.0235.2915.27-
YUV144.6597.1696.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 178 (69.92% from 255) = 48.37%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=27.17%
G=48.37%
B=24.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100178900.4400.490.30113.1836.3652.55
Hex64B25A2C0311E712435
Octal14426213254061361614465
Binary11001001011001010110101011000110001111101110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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