#5D9E3A

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

Shades of Limeade #5D9E3A

Tints of Limeade #5D9E3A

Color information

#5D9E3A (or 0x5D9E3A) is unknown color: approx Limeade. HEX triplet: 5D, 9E and 3A. RGB value is (93,158,58). Sum of RGB (Red+Green+Blue) = 93+158+58=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9E3A is #A261C5. Grayscale: #7F7F7F. Windows color (decimal): -10641862 or 3841629. OLE color: 3841629.

HSL color Cylindrical-coordinate representation of color #5D9E3A: hue angle of 99º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D9E3A is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB9315858-
CMYK0.4100.630.38
HSL99º46.3%42.35%-
HSV(B)99º63.29%61.96%-
XYZ17.527.098.31-
YUV127.1688.97103.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=30.10%
G=51.13%
B=18.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93158580.4100.630.389946.342.35
Hex5D9E3A2903F26632e2a
Octal1352367251077461435652
Binary10111011001111011101010100101111111001101100011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,158,58); }

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

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

 a { background-color: rgb(93,158,58); }

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

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

 span { border-color: rgb(93,158,58); }

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