#5AD051

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

Shades of Apple #5AD051

Tints of Apple #5AD051

Color information

#5AD051 (or 0x5AD051) is unknown color: approx Apple. HEX triplet: 5A, D0 and 51. RGB value is (90,208,81). Sum of RGB (Red+Green+Blue) = 90+208+81=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD051 is #A52FAE. Grayscale: #9E9E9E. Windows color (decimal): -10825647 or 5361754. OLE color: 5361754.

HSL color Cylindrical-coordinate representation of color #5AD051: hue angle of 115.75º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AD051 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB9020881-
CMYK0.5700.610.18
HSL115.75º57.47%56.67%-
HSV(B)115.75º61.06%81.57%-
XYZ28.2647.8815.54-
YUV158.2484.4179.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.75%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=23.75%
G=54.88%
B=21.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90208810.5700.610.18115.7557.4756.67
Hex5AD0513903D12743939
Octal13232012171075221647171
Binary10110101101000010100011110010111101100101110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,208,81); }

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

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

 a { background-color: rgb(90,208,81); }

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

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

 span { border-color: rgb(90,208,81); }

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