#64BC4A

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

Shades of Apple #64BC4A

Tints of Apple #64BC4A

Color information

#64BC4A (or 0x64BC4A) is unknown color: approx Apple. HEX triplet: 64, BC and 4A. RGB value is (100,188,74). Sum of RGB (Red+Green+Blue) = 100+188+74=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC4A is #9B43B5. Grayscale: #959595. Windows color (decimal): -10175414 or 4897892. OLE color: 4897892.

HSL color Cylindrical-coordinate representation of color #64BC4A: hue angle of 106.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64BC4A is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB10018874-
CMYK0.4700.610.26
HSL106.32º45.97%51.37%-
HSV(B)106.32º60.64%73.73%-
XYZ24.4739.1712.75-
YUV148.6985.8593.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 188 (73.83% from 255) = 51.93%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=27.62%
G=51.93%
B=20.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100188740.4700.610.26106.3245.9751.37
Hex64BC4A2F03D1A6a2e33
Octal14427411257075321525663
Binary11001001011110010010101011110111101110101101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,74); }

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

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

 a { background-color: rgb(100,188,74); }

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

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

 span { border-color: rgb(100,188,74); }

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