#5ABB3D

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

Shades of Apple #5ABB3D

Tints of Apple #5ABB3D

Color information

#5ABB3D (or 0x5ABB3D) is unknown color: approx Apple. HEX triplet: 5A, BB and 3D. RGB value is (90,187,61). Sum of RGB (Red+Green+Blue) = 90+187+61=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABB3D is #A544C2. Grayscale: #909090. Windows color (decimal): -10831043 or 4045658. OLE color: 4045658.

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

Color convert

RGB9018761-
CMYK0.5200.670.27
HSL106.19º50.81%48.63%-
HSV(B)106.19º67.38%73.33%-
XYZ22.8338.0510.56-
YUV143.6381.3689.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=26.63%
G=55.33%
B=18.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90187610.5200.670.27106.1950.8148.63
Hex5ABB3D340431B6a3331
Octal13227375640103331526361
Binary10110101011101111110111010001000011110111101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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