#5ABC31

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

Shades of Apple #5ABC31

Tints of Apple #5ABC31

Color information

#5ABC31 (or 0x5ABC31) is unknown color: approx Apple. HEX triplet: 5A, BC and 31. RGB value is (90,188,49). Sum of RGB (Red+Green+Blue) = 90+188+49=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC31 is #A543CE. Grayscale: #8F8F8F. Windows color (decimal): -10830799 or 3259482. OLE color: 3259482.

HSL color Cylindrical-coordinate representation of color #5ABC31: hue angle of 102.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ABC31 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB9018849-
CMYK0.5200.740.26
HSL102.3º58.65%46.47%-
HSV(B)102.3º73.94%73.73%-
XYZ22.7538.369.11-
YUV142.8575.0390.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 188 (73.83% from 255) = 57.49%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=27.52%
G=57.49%
B=14.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90188490.5200.740.26102.358.6546.47
Hex5ABC313404A1A663b2e
Octal13227461640112321467356
Binary10110101011110011000111010001001010110101100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,188,49); }

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

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

 a { background-color: rgb(90,188,49); }

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

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

 span { border-color: rgb(90,188,49); }

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