#5ABF49

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

Shades of Apple #5ABF49

Tints of Apple #5ABF49

Color information

#5ABF49 (or 0x5ABF49) is unknown color: approx Apple. HEX triplet: 5A, BF and 49. RGB value is (90,191,73). Sum of RGB (Red+Green+Blue) = 90+191+73=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF49 is #A540B6. Grayscale: #939393. Windows color (decimal): -10830007 or 4833114. OLE color: 4833114.

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

Color convert

RGB9019173-
CMYK0.5300.620.25
HSL111.36º47.97%51.76%-
HSV(B)111.36º61.78%74.9%-
XYZ24.0539.9212.74-
YUV147.3586.0487.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 191 (75% from 255) = 53.95%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=25.42%
G=53.95%
B=20.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191730.5300.620.25111.3647.9751.76
Hex5ABF493503E196f3034
Octal13227711165076311576064
Binary10110101011111110010011101010111110110011101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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