#5BBD53

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

Shades of Apple #5BBD53

Tints of Apple #5BBD53

Color information

#5BBD53 (or 0x5BBD53) is unknown color: approx Apple. HEX triplet: 5B, BD and 53. RGB value is (91,189,83). Sum of RGB (Red+Green+Blue) = 91+189+83=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD53 is #A442AC. Grayscale: #939393. Windows color (decimal): -10764973 or 5487963. OLE color: 5487963.

HSL color Cylindrical-coordinate representation of color #5BBD53: hue angle of 115.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBD53 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB9118983-
CMYK0.5200.560.26
HSL115.47º44.54%53.33%-
HSV(B)115.47º56.08%74.12%-
XYZ24.0739.2414.49-
YUV147.6191.5387.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=25.07%
G=52.07%
B=22.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91189830.5200.560.26115.4744.5453.33
Hex5BBD53340381A732d35
Octal13327512364070321635565
Binary10110111011110110100111101000111000110101110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,189,83); }

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

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

 a { background-color: rgb(91,189,83); }

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

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

 span { border-color: rgb(91,189,83); }

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