#5DA536

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

Shades of Limeade #5DA536

Tints of Limeade #5DA536

Color information

#5DA536 (or 0x5DA536) is unknown color: approx Limeade. HEX triplet: 5D, A5 and 36. RGB value is (93,165,54). Sum of RGB (Red+Green+Blue) = 93+165+54=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA536 is #A25AC9. Grayscale: #838383. Windows color (decimal): -10640074 or 3581277. OLE color: 3581277.

HSL color Cylindrical-coordinate representation of color #5DA536: hue angle of 98.92º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DA536 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB9316554-
CMYK0.4400.670.35
HSL98.92º50.68%42.94%-
HSV(B)98.92º67.27%64.71%-
XYZ18.6429.58.2-
YUV130.8284.65101.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.81%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=29.81%
G=52.88%
B=17.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93165540.4400.670.3598.9250.6842.94
Hex5DA5362C0432363332b
Octal13524566540103431436353
Binary101110110100101110110101100010000111000111100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,54); }

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

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

 a { background-color: rgb(93,165,54); }

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

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

 span { border-color: rgb(93,165,54); }

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