#5BBD55

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

Shades of Apple #5BBD55

Tints of Apple #5BBD55

Color information

#5BBD55 (or 0x5BBD55) is unknown color: approx Apple. HEX triplet: 5B, BD and 55. RGB value is (91,189,85). Sum of RGB (Red+Green+Blue) = 91+189+85=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD55 is #A442AA. Grayscale: #949494. Windows color (decimal): -10764971 or 5619035. OLE color: 5619035.

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

Color convert

RGB9118985-
CMYK0.5200.550.26
HSL116.54º44.07%53.73%-
HSV(B)116.54º55.03%74.12%-
XYZ24.1539.2814.9-
YUV147.8492.5387.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=24.93%
G=51.78%
B=23.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91189850.5200.550.26116.5444.0753.73
Hex5BBD55340371A752c36
Octal13327512564067321655466
Binary10110111011110110101011101000110111110101110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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