#5ABF41

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

Shades of Apple #5ABF41

Tints of Apple #5ABF41

Color information

#5ABF41 (or 0x5ABF41) is unknown color: approx Apple. HEX triplet: 5A, BF and 41. RGB value is (90,191,65). Sum of RGB (Red+Green+Blue) = 90+191+65=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF41 is #A540BE. Grayscale: #929292. Windows color (decimal): -10830015 or 4308826. OLE color: 4308826.

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

Color convert

RGB9019165-
CMYK0.5300.660.25
HSL108.1º49.61%50.2%-
HSV(B)108.1º65.97%74.9%-
XYZ23.839.8211.43-
YUV146.4482.0487.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=26.01%
G=55.20%
B=18.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191650.5300.660.25108.149.6150.2
Hex5ABF4135042196c3232
Octal132277101650102311546262
Binary101101010111111100000111010101000010110011101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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