#5ABE4E

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

Shades of Apple #5ABE4E

Tints of Apple #5ABE4E

Color information

#5ABE4E (or 0x5ABE4E) is unknown color: approx Apple. HEX triplet: 5A, BE and 4E. RGB value is (90,190,78). Sum of RGB (Red+Green+Blue) = 90+190+78=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE4E is #A541B1. Grayscale: #939393. Windows color (decimal): -10830258 or 5160538. OLE color: 5160538.

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

Color convert

RGB9019078-
CMYK0.5300.590.25
HSL113.57º46.28%52.55%-
HSV(B)113.57º58.95%74.51%-
XYZ24.0139.5513.58-
YUV147.3388.8787.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 190 (74.61% from 255) = 53.07%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=25.14%
G=53.07%
B=21.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90190780.5300.590.25113.5746.2852.55
Hex5ABE4E3503B19722e35
Octal13227611665073311625665
Binary10110101011111010011101101010111011110011110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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