#5ABD3D

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

Shades of Apple #5ABD3D

Tints of Apple #5ABD3D

Color information

#5ABD3D (or 0x5ABD3D) is unknown color: approx Apple. HEX triplet: 5A, BD and 3D. RGB value is (90,189,61). Sum of RGB (Red+Green+Blue) = 90+189+61=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD3D is #A542C2. Grayscale: #919191. Windows color (decimal): -10830531 or 4046170. OLE color: 4046170.

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

Color convert

RGB9018961-
CMYK0.5200.680.26
HSL106.41º51.2%49.02%-
HSV(B)106.41º67.72%74.12%-
XYZ23.2638.9110.7-
YUV144.8180.788.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.47%
GREEN value IS 189 (74.22% from 255) = 55.59%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=26.47%
G=55.59%
B=17.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90189610.5200.680.26106.4151.249.02
Hex5ABD3D340441A6a3331
Octal13227575640104321526361
Binary10110101011110111110111010001000100110101101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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