#60CB50

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

Shades of Apple #60CB50

Tints of Apple #60CB50

Color information

#60CB50 (or 0x60CB50) is unknown color: approx Apple. HEX triplet: 60, CB and 50. RGB value is (96,203,80). Sum of RGB (Red+Green+Blue) = 96+203+80=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB50 is #9F34AF. Grayscale: #9D9D9D. Windows color (decimal): -10433712 or 5294944. OLE color: 5294944.

HSL color Cylindrical-coordinate representation of color #60CB50: hue angle of 112.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CB50 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB9620380-
CMYK0.5300.610.20
HSL112.2º54.19%55.49%-
HSV(B)112.2º60.59%79.61%-
XYZ27.6345.7814.97-
YUV156.9884.5584.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 203 (79.69% from 255) = 53.56%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=25.33%
G=53.56%
B=21.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96203800.5300.610.20112.254.1955.49
Hex60CB503503D14703637
Octal14031312065075241606667
Binary11000001100101110100001101010111101101001110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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