#60B955

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

Shades of Apple #60B955

Tints of Apple #60B955

Color information

#60B955 (or 0x60B955) is unknown color: approx Apple. HEX triplet: 60, B9 and 55. RGB value is (96,185,85). Sum of RGB (Red+Green+Blue) = 96+185+85=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #60B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B955 is #9F46AA. Grayscale: #939393. Windows color (decimal): -10438315 or 5618016. OLE color: 5618016.

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

Color convert

RGB9618585-
CMYK0.4800.540.27
HSL113.4º41.67%52.94%-
HSV(B)113.4º54.05%72.55%-
XYZ23.8137.8414.64-
YUV146.9993.0191.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=26.23%
G=50.55%
B=23.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96185850.4800.540.27113.441.6752.94
Hex60B955300361B712a35
Octal14027112560066331615265
Binary11000001011100110101011100000110110110111110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,185,85); }

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

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

 a { background-color: rgb(96,185,85); }

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

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

 span { border-color: rgb(96,185,85); }

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