#5BAA40

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

Shades of Apple #5BAA40

Tints of Apple #5BAA40

Color information

#5BAA40 (or 0x5BAA40) is unknown color: approx Apple. HEX triplet: 5B, AA and 40. RGB value is (91,170,64). Sum of RGB (Red+Green+Blue) = 91+170+64=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA40 is #A455BF. Grayscale: #868686. Windows color (decimal): -10769856 or 4237915. OLE color: 4237915.

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

Color convert

RGB9117064-
CMYK0.4600.620.33
HSL104.72º45.3%45.88%-
HSV(B)104.72º62.35%66.67%-
XYZ19.6131.349.87-
YUV134.2988.3397.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=28%
G=52.31%
B=19.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91170640.4600.620.33104.7245.345.88
Hex5BAA402E03E21692d2e
Octal13325210056076411515556
Binary101101110101010100000010111001111101000011101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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