#5ABF42

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

Shades of Apple #5ABF42

Tints of Apple #5ABF42

Color information

#5ABF42 (or 0x5ABF42) is unknown color: approx Apple. HEX triplet: 5A, BF and 42. RGB value is (90,191,66). Sum of RGB (Red+Green+Blue) = 90+191+66=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF42 is #A540BD. Grayscale: #929292. Windows color (decimal): -10830014 or 4374362. OLE color: 4374362.

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

Color convert

RGB9019166-
CMYK0.5300.650.25
HSL108.48º49.41%50.39%-
HSV(B)108.48º65.45%74.9%-
XYZ23.8339.8311.59-
YUV146.5582.5487.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=25.94%
G=55.04%
B=19.02%

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
Decimal90191660.5300.650.25108.4849.4150.39
Hex5ABF4235041196c3132
Octal132277102650101311546162
Binary101101010111111100001011010101000001110011101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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