#5CBA40

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

Shades of Apple #5CBA40

Tints of Apple #5CBA40

Color information

#5CBA40 (or 0x5CBA40) is unknown color: approx Apple. HEX triplet: 5C, BA and 40. RGB value is (92,186,64). Sum of RGB (Red+Green+Blue) = 92+186+64=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBA40 is #A345BF. Grayscale: #909090. Windows color (decimal): -10700224 or 4242012. OLE color: 4242012.

HSL color Cylindrical-coordinate representation of color #5CBA40: hue angle of 106.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CBA40 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB9218664-
CMYK0.5100.660.27
HSL106.23º48.8%49.02%-
HSV(B)106.23º65.59%72.94%-
XYZ22.937.7610.93-
YUV143.9982.8690.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 186 (73.05% from 255) = 54.39%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=26.90%
G=54.39%
B=18.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92186640.5100.660.27106.2348.849.02
Hex5CBA40330421B6a3131
Octal134272100630102331526161
Binary101110010111010100000011001101000010110111101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,64); }

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

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

 a { background-color: rgb(92,186,64); }

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

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

 span { border-color: rgb(92,186,64); }

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