#5DA82B

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

Shades of Limeade #5DA82B

Tints of Limeade #5DA82B

Color information

#5DA82B (or 0x5DA82B) is unknown color: approx Limeade. HEX triplet: 5D, A8 and 2B. RGB value is (93,168,43). Sum of RGB (Red+Green+Blue) = 93+168+43=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA82B is #A257D4. Grayscale: #838383. Windows color (decimal): -10639317 or 2861149. OLE color: 2861149.

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

Color convert

RGB9316843-
CMYK0.4500.740.34
HSL96º59.24%41.37%-
HSV(B)96º74.4%65.88%-
XYZ18.9530.517.17-
YUV131.3278.15100.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 168 (66.02% from 255) = 55.26%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=30.59%
G=55.26%
B=14.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168430.4500.740.349659.2441.37
Hex5DA82B2D04A22603b29
Octal13525053550112421407351
Binary101110110101000101011101101010010101000101100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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