#60BF56

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

Shades of Apple #60BF56

Tints of Apple #60BF56

Color information

#60BF56 (or 0x60BF56) is unknown color: approx Apple. HEX triplet: 60, BF and 56. RGB value is (96,191,86). Sum of RGB (Red+Green+Blue) = 96+191+86=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF56 is #9F40A9. Grayscale: #969696. Windows color (decimal): -10436778 or 5685088. OLE color: 5685088.

HSL color Cylindrical-coordinate representation of color #60BF56: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BF56 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB9619186-
CMYK0.5000.550.25
HSL114.29º45.06%54.31%-
HSV(B)114.29º54.97%74.9%-
XYZ25.1340.4215.28-
YUV150.6291.5389.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=25.74%
G=51.21%
B=23.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96191860.5000.550.25114.2945.0654.31
Hex60BF563203719722d36
Octal14027712662067311625566
Binary11000001011111110101101100100110111110011110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,86); }

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

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

 a { background-color: rgb(96,191,86); }

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

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

 span { border-color: rgb(96,191,86); }

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