#64BB53

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

Shades of Apple #64BB53

Tints of Apple #64BB53

Color information

#64BB53 (or 0x64BB53) is unknown color: approx Apple. HEX triplet: 64, BB and 53. RGB value is (100,187,83). Sum of RGB (Red+Green+Blue) = 100+187+83=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB53 is #9B44AC. Grayscale: #959595. Windows color (decimal): -10175661 or 5487460. OLE color: 5487460.

HSL color Cylindrical-coordinate representation of color #64BB53: hue angle of 110.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64BB53 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB10018783-
CMYK0.4700.560.27
HSL110.19º43.33%52.94%-
HSV(B)110.19º55.61%73.33%-
XYZ24.5938.8714.39-
YUV149.1390.6892.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=27.03%
G=50.54%
B=22.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100187830.4700.560.27110.1943.3352.94
Hex64BB532F0381B6e2b35
Octal14427312357070331565365
Binary11001001011101110100111011110111000110111101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,187,83); }

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

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

 a { background-color: rgb(100,187,83); }

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

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

 span { border-color: rgb(100,187,83); }

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