#5da82d

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

Shades of Limeade #5DA82D

Tints of Limeade #5DA82D

Color information

#5DA82D (or 0x5DA82D) is unknown color: approx Limeade. HEX triplet: 5D, A8 and 2D. RGB value is (93,168,45). Sum of RGB (Red+Green+Blue) = 93+168+45=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA82D is #A257D2. Grayscale: #838383. Windows color (decimal): -10639315 or 2992221. OLE color: 2992221.

HSL color Cylindrical-coordinate representation of color #5DA82D: hue angle of 96.59º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DA82D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB9316845-
CMYK0.4500.730.34
HSL96.59º57.75%41.76%-
HSV(B)96.59º73.21%65.88%-
XYZ18.9930.527.37-
YUV131.5579.15100.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 168 (66.02% from 255) = 54.90%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=30.39%
G=54.90%
B=14.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168450.4500.730.3496.5957.7541.76
Hex5DA82D2D04922613a2a
Octal13525055550111421417252
Binary101110110101000101101101101010010011000101100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5da82d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,168,45); }

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

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

 a { background-color: rgb(93,168,45); }

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

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

 span { border-color: rgb(93,168,45); }

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