#5ABD54

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

Shades of Apple #5ABD54

Tints of Apple #5ABD54

Color information

#5ABD54 (or 0x5ABD54) is unknown color: approx Apple. HEX triplet: 5A, BD and 54. RGB value is (90,189,84). Sum of RGB (Red+Green+Blue) = 90+189+84=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD54 is #A542AB. Grayscale: #939393. Windows color (decimal): -10830508 or 5553498. OLE color: 5553498.

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

Color convert

RGB9018984-
CMYK0.5200.560.26
HSL116.57º44.3%53.53%-
HSV(B)116.57º55.56%74.12%-
XYZ24.0139.2114.69-
YUV147.4392.287.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=24.79%
G=52.07%
B=23.14%

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
Decimal90189840.5200.560.26116.5744.353.53
Hex5ABD54340381A752c36
Octal13227512464070321655466
Binary10110101011110110101001101000111000110101110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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