#5DA313

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

Shades of Limeade #5DA313

Tints of Limeade #5DA313

Color information

#5DA313 (or 0x5DA313) is unknown color: approx Limeade. HEX triplet: 5D, A3 and 13. RGB value is (93,163,19). Sum of RGB (Red+Green+Blue) = 93+163+19=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA313 is #A25CEC. Grayscale: #7E7E7E. Windows color (decimal): -10640621 or 1287005. OLE color: 1287005.

HSL color Cylindrical-coordinate representation of color #5DA313: hue angle of 89.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA313 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB9316319-
CMYK0.4300.880.36
HSL89.17º79.12%35.69%-
HSV(B)89.17º88.34%63.92%-
XYZ17.7328.575.2-
YUV125.6567.81104.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 163 (64.06% from 255) = 59.27%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=33.82%
G=59.27%
B=6.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93163190.4300.880.3689.1779.1235.69
Hex5DA3132B05824594f24
Octal135243235301304413111744
Binary101110110100011100111010110101100010010010110011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,19); }

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

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

 a { background-color: rgb(93,163,19); }

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

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

 span { border-color: rgb(93,163,19); }

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