#5D9D38

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

Shades of Limeade #5D9D38

Tints of Limeade #5D9D38

Color information

#5D9D38 (or 0x5D9D38) is unknown color: approx Limeade. HEX triplet: 5D, 9D and 38. RGB value is (93,157,56). Sum of RGB (Red+Green+Blue) = 93+157+56=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9D38 is #A262C7. Grayscale: #7E7E7E. Windows color (decimal): -10642120 or 3710301. OLE color: 3710301.

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

Color convert

RGB9315756-
CMYK0.4100.640.38
HSL98.02º47.42%41.76%-
HSV(B)98.02º64.33%61.57%-
XYZ17.2826.737.99-
YUV126.3588.3104.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 157 (61.72% from 255) = 51.31%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=30.39%
G=51.31%
B=18.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93157560.4100.640.3898.0247.4241.76
Hex5D9D382904026622f2a
Octal13523570510100461425752
Binary101110110011101111000101001010000001001101100010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,157,56); }

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

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

 a { background-color: rgb(93,157,56); }

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

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

 span { border-color: rgb(93,157,56); }

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