#5DA52B

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

Shades of Limeade #5DA52B

Tints of Limeade #5DA52B

Color information

#5DA52B (or 0x5DA52B) is unknown color: approx Limeade. HEX triplet: 5D, A5 and 2B. RGB value is (93,165,43). Sum of RGB (Red+Green+Blue) = 93+165+43=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA52B is #A25AD4. Grayscale: #818181. Windows color (decimal): -10640085 or 2860381. OLE color: 2860381.

HSL color Cylindrical-coordinate representation of color #5DA52B: hue angle of 95.41º 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 #5DA52B is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB9316543-
CMYK0.4400.740.35
HSL95.41º58.65%40.78%-
HSV(B)95.41º73.94%64.71%-
XYZ18.4129.416.99-
YUV129.5679.15101.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=30.90%
G=54.82%
B=14.29%

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
Decimal93165430.4400.740.3595.4158.6540.78
Hex5DA52B2C04A235f3b29
Octal13524553540112431377351
Binary101110110100101101011101100010010101000111011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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