#5ABE4B

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

Shades of Apple #5ABE4B

Tints of Apple #5ABE4B

Color information

#5ABE4B (or 0x5ABE4B) is unknown color: approx Apple. HEX triplet: 5A, BE and 4B. RGB value is (90,190,75). Sum of RGB (Red+Green+Blue) = 90+190+75=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABE4B is #A541B4. Grayscale: #939393. Windows color (decimal): -10830261 or 4963930. OLE color: 4963930.

HSL color Cylindrical-coordinate representation of color #5ABE4B: hue angle of 112.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABE4B is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB9019075-
CMYK0.5300.610.25
HSL112.17º46.94%51.96%-
HSV(B)112.17º60.53%74.51%-
XYZ23.939.5113.02-
YUV146.9987.3787.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=25.35%
G=53.52%
B=21.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90190750.5300.610.25112.1746.9451.96
Hex5ABE4B3503D19702f34
Octal13227611365075311605764
Binary10110101011111010010111101010111101110011110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,190,75); }

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

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

 a { background-color: rgb(90,190,75); }

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

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

 span { border-color: rgb(90,190,75); }

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