#5DA62B

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

Shades of Limeade #5DA62B

Tints of Limeade #5DA62B

Color information

#5DA62B (or 0x5DA62B) is unknown color: approx Limeade. HEX triplet: 5D, A6 and 2B. RGB value is (93,166,43). Sum of RGB (Red+Green+Blue) = 93+166+43=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA62B is #A259D4. Grayscale: #828282. Windows color (decimal): -10639829 or 2860637. OLE color: 2860637.

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

Color convert

RGB9316643-
CMYK0.4400.740.35
HSL95.61º58.85%40.98%-
HSV(B)95.61º74.1%65.1%-
XYZ18.5929.777.05-
YUV130.1578.82101.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=30.79%
G=54.97%
B=14.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93166430.4400.740.3595.6158.8540.98
Hex5DA62B2C04A23603b29
Octal13524653540112431407351
Binary101110110100110101011101100010010101000111100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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