#5ABD51

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

Shades of Apple #5ABD51

Tints of Apple #5ABD51

Color information

#5ABD51 (or 0x5ABD51) is unknown color: approx Apple. HEX triplet: 5A, BD and 51. RGB value is (90,189,81). Sum of RGB (Red+Green+Blue) = 90+189+81=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD51 is #A542AE. Grayscale: #939393. Windows color (decimal): -10830511 or 5356890. OLE color: 5356890.

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

Color convert

RGB9018981-
CMYK0.5200.570.26
HSL115º45%52.94%-
HSV(B)115º57.14%74.12%-
XYZ23.939.1614.08-
YUV147.0990.787.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 52.5%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=25%
G=52.5%
B=22.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90189810.5200.570.261154552.94
Hex5ABD51340391A732d35
Octal13227512164071321635565
Binary10110101011110110100011101000111001110101110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,81); }

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

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

 a { background-color: rgb(90,189,81); }

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

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

 span { border-color: rgb(90,189,81); }

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