#60BB50

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

Shades of Apple #60BB50

Tints of Apple #60BB50

Color information

#60BB50 (or 0x60BB50) is unknown color: approx Apple. HEX triplet: 60, BB and 50. RGB value is (96,187,80). Sum of RGB (Red+Green+Blue) = 96+187+80=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BB50 is #9F44AF. Grayscale: #939393. Windows color (decimal): -10437808 or 5290848. OLE color: 5290848.

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

Color convert

RGB9618780-
CMYK0.4900.570.27
HSL111.03º44.03%52.35%-
HSV(B)111.03º57.22%73.33%-
XYZ24.0438.6113.77-
YUV147.5989.8591.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=26.45%
G=51.52%
B=22.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96187800.4900.570.27111.0344.0352.35
Hex60BB50310391B6f2c34
Octal14027312061071331575464
Binary11000001011101110100001100010111001110111101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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