#5ba53d

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

Shades of Apple #5BA53D

Tints of Apple #5BA53D

Color information

#5BA53D (or 0x5BA53D) is unknown color: approx Apple. HEX triplet: 5B, A5 and 3D. RGB value is (91,165,61). Sum of RGB (Red+Green+Blue) = 91+165+61=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA53D is #A45AC2. Grayscale: #838383. Windows color (decimal): -10771139 or 4040027. OLE color: 4040027.

HSL color Cylindrical-coordinate representation of color #5BA53D: hue angle of 102.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA53D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB9116561-
CMYK0.4500.630.35
HSL102.69º46.02%44.31%-
HSV(B)102.69º63.03%64.71%-
XYZ18.6129.479.12-
YUV131.0288.4899.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=28.71%
G=52.05%
B=19.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165610.4500.630.35102.6946.0244.31
Hex5BA53D2D03F23672e2c
Octal1332457555077431475654
Binary10110111010010111110110110101111111000111100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba53d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,61); }

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

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

 a { background-color: rgb(91,165,61); }

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

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

 span { border-color: rgb(91,165,61); }

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