#60BB40

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

Shades of Apple #60BB40

Tints of Apple #60BB40

Color information

#60BB40 (or 0x60BB40) is unknown color: approx Apple. HEX triplet: 60, BB and 40. RGB value is (96,187,64). Sum of RGB (Red+Green+Blue) = 96+187+64=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BB40 is #9F44BF. Grayscale: #929292. Windows color (decimal): -10437824 or 4242272. OLE color: 4242272.

HSL color Cylindrical-coordinate representation of color #60BB40: hue angle of 104.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60BB40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB9618764-
CMYK0.4900.660.27
HSL104.39º49%49.22%-
HSV(B)104.39º65.78%73.33%-
XYZ23.5238.411.02-
YUV145.7781.8592.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 187 (73.44% from 255) = 53.89%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=27.67%
G=53.89%
B=18.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96187640.4900.660.27104.394949.22
Hex60BB40310421B683131
Octal140273100610102331506161
Binary110000010111011100000011000101000010110111101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BB40; }

 p { color: rgb(96,187,64); }

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

<style>
 a { background-color: #60BB40; }

 a { background-color: rgb(96,187,64); }

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

<style>
 span { border-color: #60BB40; }

 span { border-color: rgb(96,187,64); }

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