#5ABE42

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

Shades of Apple #5ABE42

Tints of Apple #5ABE42

Color information

#5ABE42 (or 0x5ABE42) is unknown color: approx Apple. HEX triplet: 5A, BE and 42. RGB value is (90,190,66). Sum of RGB (Red+Green+Blue) = 90+190+66=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABE42 is #A541BD. Grayscale: #929292. Windows color (decimal): -10830270 or 4374106. OLE color: 4374106.

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

Color convert

RGB9019066-
CMYK0.5300.650.25
HSL108.39º48.82%50.2%-
HSV(B)108.39º65.26%74.51%-
XYZ23.6139.3911.51-
YUV145.9682.8788.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 190 (74.61% from 255) = 54.91%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=26.01%
G=54.91%
B=19.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90190660.5300.650.25108.3948.8250.2
Hex5ABE4235041196c3132
Octal132276102650101311546162
Binary101101010111110100001011010101000001110011101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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