#5ABB55

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

Shades of Apple #5ABB55

Tints of Apple #5ABB55

Color information

#5ABB55 (or 0x5ABB55) is unknown color: approx Apple. HEX triplet: 5A, BB and 55. RGB value is (90,187,85). Sum of RGB (Red+Green+Blue) = 90+187+85=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB55 is #A544AA. Grayscale: #929292. Windows color (decimal): -10831019 or 5618522. OLE color: 5618522.

HSL color Cylindrical-coordinate representation of color #5ABB55: hue angle of 117.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABB55 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB9018785-
CMYK0.5200.550.27
HSL117.06º42.86%53.33%-
HSV(B)117.06º54.55%73.33%-
XYZ23.6338.3714.76-
YUV146.3793.3687.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 187 (73.44% from 255) = 51.66%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=24.86%
G=51.66%
B=23.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90187850.5200.550.27117.0642.8653.33
Hex5ABB55340371B752b35
Octal13227312564067331655365
Binary10110101011101110101011101000110111110111110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,85); }

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

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

 a { background-color: rgb(90,187,85); }

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

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

 span { border-color: rgb(90,187,85); }

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