#5D9D10

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

Shades of Limeade #5D9D10

Tints of Limeade #5D9D10

Color information

#5D9D10 (or 0x5D9D10) is unknown color: approx Limeade. HEX triplet: 5D, 9D and 10. RGB value is (93,157,16). Sum of RGB (Red+Green+Blue) = 93+157+16=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9D10 is #A262EF. Grayscale: #7A7A7A. Windows color (decimal): -10642160 or 1088861. OLE color: 1088861.

HSL color Cylindrical-coordinate representation of color #5D9D10: hue angle of 87.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D9D10 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB9315716-
CMYK0.4100.900.38
HSL87.23º81.5%33.92%-
HSV(B)87.23º89.81%61.57%-
XYZ16.6626.484.72-
YUV121.7968.3107.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.96%
GREEN value IS 157 (61.72% from 255) = 59.02%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=34.96%
G=59.02%
B=6.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93157160.4100.900.3887.2381.533.92
Hex5D9D102905A26575222
Octal135235205101324612712242
Binary101110110011101100001010010101101010011010101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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