#5ABF4B

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

Shades of Apple #5ABF4B

Tints of Apple #5ABF4B

Color information

#5ABF4B (or 0x5ABF4B) is unknown color: approx Apple. HEX triplet: 5A, BF and 4B. RGB value is (90,191,75). Sum of RGB (Red+Green+Blue) = 90+191+75=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF4B is #A540B4. Grayscale: #939393. Windows color (decimal): -10830005 or 4964186. OLE color: 4964186.

HSL color Cylindrical-coordinate representation of color #5ABF4B: hue angle of 112.24º degrees, saturation: 0.48, 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 #5ABF4B is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB9019175-
CMYK0.5300.610.25
HSL112.24º47.54%52.16%-
HSV(B)112.24º60.73%74.9%-
XYZ24.1239.9413.1-
YUV147.5887.0486.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=25.28%
G=53.65%
B=21.07%

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
Decimal90191750.5300.610.25112.2447.5452.16
Hex5ABF4B3503D19703034
Octal13227711365075311606064
Binary10110101011111110010111101010111101110011110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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