#5DBA56

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

Shades of Apple #5DBA56

Tints of Apple #5DBA56

Color information

#5DBA56 (or 0x5DBA56) is unknown color: approx Apple. HEX triplet: 5D, BA and 56. RGB value is (93,186,86). Sum of RGB (Red+Green+Blue) = 93+186+86=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA56 is #A245A9. Grayscale: #939393. Windows color (decimal): -10634666 or 5683805. OLE color: 5683805.

HSL color Cylindrical-coordinate representation of color #5DBA56: hue angle of 115.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBA56 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB9318686-
CMYK0.500.540.27
HSL115.8º42.02%53.33%-
HSV(B)115.8º53.76%72.94%-
XYZ23.7538.1214.91-
YUV146.7993.6989.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=25.48%
G=50.96%
B=23.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93186860.500.540.27115.842.0253.33
Hex5DBA56320361B742a35
Octal13527212662066331645265
Binary10111011011101010101101100100110110110111110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,86); }

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

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

 a { background-color: rgb(93,186,86); }

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

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

 span { border-color: rgb(93,186,86); }

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