#64bb58

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

Shades of Apple #64BB58

Tints of Apple #64BB58

Color information

#64BB58 (or 0x64BB58) is unknown color: approx Apple. HEX triplet: 64, BB and 58. RGB value is (100,187,88). Sum of RGB (Red+Green+Blue) = 100+187+88=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB58 is #9B44A7. Grayscale: #969696. Windows color (decimal): -10175656 or 5815140. OLE color: 5815140.

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

Color convert

RGB10018788-
CMYK0.4700.530.27
HSL112.73º42.13%53.92%-
HSV(B)112.73º52.94%73.33%-
XYZ24.7938.9515.45-
YUV149.793.1892.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=26.67%
G=49.87%
B=23.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100187880.4700.530.27112.7342.1353.92
Hex64BB582F0351B712a36
Octal14427313057065331615266
Binary11001001011101110110001011110110101110111110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64bb58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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