#5CB150

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

Shades of Apple #5CB150

Tints of Apple #5CB150

Color information

#5CB150 (or 0x5CB150) is unknown color: approx Apple. HEX triplet: 5C, B1 and 50. RGB value is (92,177,80). Sum of RGB (Red+Green+Blue) = 92+177+80=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB150 is #A34EAF. Grayscale: #8C8C8C. Windows color (decimal): -10702512 or 5288284. OLE color: 5288284.

HSL color Cylindrical-coordinate representation of color #5CB150: hue angle of 112.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CB150 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB9217780-
CMYK0.4800.550.31
HSL112.58º38.34%50.39%-
HSV(B)112.58º54.8%69.41%-
XYZ21.5834.313.07-
YUV140.5393.8493.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=26.36%
G=50.72%
B=22.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92177800.4800.550.31112.5838.3450.39
Hex5CB150300371F712632
Octal13426112060067371614662
Binary10111001011000110100001100000110111111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB150; }

 p { color: rgb(92,177,80); }

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

<style>
 a { background-color: #5CB150; }

 a { background-color: rgb(92,177,80); }

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

<style>
 span { border-color: #5CB150; }

 span { border-color: rgb(92,177,80); }

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