#5BAA42

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

Shades of Apple #5BAA42

Tints of Apple #5BAA42

Color information

#5BAA42 (or 0x5BAA42) is unknown color: approx Apple. HEX triplet: 5B, AA and 42. RGB value is (91,170,66). Sum of RGB (Red+Green+Blue) = 91+170+66=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA42 is #A455BD. Grayscale: #868686. Windows color (decimal): -10769854 or 4368987. OLE color: 4368987.

HSL color Cylindrical-coordinate representation of color #5BAA42: hue angle of 105.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BAA42 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB9117066-
CMYK0.4600.610.33
HSL105.58º44.07%46.27%-
HSV(B)105.58º61.18%66.67%-
XYZ19.6731.3710.17-
YUV134.5289.3396.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=27.83%
G=51.99%
B=20.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91170660.4600.610.33105.5844.0746.27
Hex5BAA422E03D216a2c2e
Octal13325210256075411525456
Binary101101110101010100001010111001111011000011101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,66); }

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

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

 a { background-color: rgb(91,170,66); }

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

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

 span { border-color: rgb(91,170,66); }

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