#5BBD40

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

Shades of Apple #5BBD40

Tints of Apple #5BBD40

Color information

#5BBD40 (or 0x5BBD40) is unknown color: approx Apple. HEX triplet: 5B, BD and 40. RGB value is (91,189,64). Sum of RGB (Red+Green+Blue) = 91+189+64=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD40 is #A442BF. Grayscale: #919191. Windows color (decimal): -10764992 or 4242779. OLE color: 4242779.

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

Color convert

RGB9118964-
CMYK0.5200.660.26
HSL107.04º49.41%49.61%-
HSV(B)107.04º66.14%74.12%-
XYZ23.4438.9911.14-
YUV145.4582.0389.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=26.45%
G=54.94%
B=18.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91189640.5200.660.26107.0449.4149.61
Hex5BBD40340421A6b3132
Octal133275100640102321536162
Binary101101110111101100000011010001000010110101101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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