#64BB37

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

Shades of Apple #64BB37

Tints of Apple #64BB37

Color information

#64BB37 (or 0x64BB37) is unknown color: approx Apple. HEX triplet: 64, BB and 37. RGB value is (100,187,55). Sum of RGB (Red+Green+Blue) = 100+187+55=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB37 is #9B44C8. Grayscale: #929292. Windows color (decimal): -10175689 or 3652452. OLE color: 3652452.

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

Color convert

RGB10018755-
CMYK0.4700.710.27
HSL99.55º54.55%47.45%-
HSV(B)99.55º70.59%73.33%-
XYZ23.7238.539.8-
YUV145.9476.6895.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 187 (73.44% from 255) = 54.68%
BLUE value IS 55 (21.88% from 255) = 16.08%
R=29.24%
G=54.68%
B=16.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100187550.4700.710.2799.5554.5547.45
Hex64BB372F0471B64372f
Octal14427367570107331446757
Binary11001001011101111011110111101000111110111100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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