#5BAF45

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

Shades of Apple #5BAF45

Tints of Apple #5BAF45

Color information

#5BAF45 (or 0x5BAF45) is unknown color: approx Apple. HEX triplet: 5B, AF and 45. RGB value is (91,175,69). Sum of RGB (Red+Green+Blue) = 91+175+69=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF45 is #A450BA. Grayscale: #8A8A8A. Windows color (decimal): -10768571 or 4566875. OLE color: 4566875.

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

Color convert

RGB9117569-
CMYK0.4800.610.31
HSL107.55º43.44%47.84%-
HSV(B)107.55º60.57%68.63%-
XYZ20.7233.3110.97-
YUV137.889.1794.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=27.16%
G=52.24%
B=20.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91175690.4800.610.31107.5543.4447.84
Hex5BAF453003D1F6c2b30
Octal13325710560075371545360
Binary10110111010111110001011100000111101111111101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,69); }

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

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

 a { background-color: rgb(91,175,69); }

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

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

 span { border-color: rgb(91,175,69); }

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