#5BAE4F

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

Shades of Apple #5BAE4F

Tints of Apple #5BAE4F

Color information

#5BAE4F (or 0x5BAE4F) is unknown color: approx Apple. HEX triplet: 5B, AE and 4F. RGB value is (91,174,79). Sum of RGB (Red+Green+Blue) = 91+174+79=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE4F is #A451B0. Grayscale: #8A8A8A. Windows color (decimal): -10768817 or 5221979. OLE color: 5221979.

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

Color convert

RGB9117479-
CMYK0.4800.550.32
HSL112.42º37.55%49.61%-
HSV(B)112.42º54.6%68.24%-
XYZ20.8633.0612.68-
YUV138.3594.594.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=26.45%
G=50.58%
B=22.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91174790.4800.550.32112.4237.5549.61
Hex5BAE4F3003720702632
Octal13325611760067401604662
Binary101101110101110100111111000001101111000001110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,79); }

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

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

 a { background-color: rgb(91,174,79); }

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

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

 span { border-color: rgb(91,174,79); }

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