#5DA828

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

Shades of Limeade #5DA828

Tints of Limeade #5DA828

Color information

#5DA828 (or 0x5DA828) is unknown color: approx Limeade. HEX triplet: 5D, A8 and 28. RGB value is (93,168,40). Sum of RGB (Red+Green+Blue) = 93+168+40=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA828 is #A257D7. Grayscale: #838383. Windows color (decimal): -10639320 or 2664541. OLE color: 2664541.

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

Color convert

RGB9316840-
CMYK0.4500.760.34
HSL95.16º61.54%40.78%-
HSV(B)95.16º76.19%65.88%-
XYZ18.930.496.9-
YUV130.9876.65100.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 168 (66.02% from 255) = 55.81%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=30.90%
G=55.81%
B=13.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168400.4500.760.3495.1661.5440.78
Hex5DA8282D04C225f3e29
Octal13525050550114421377651
Binary101110110101000101000101101010011001000101011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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