#5D9D19

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

Shades of Limeade #5D9D19

Tints of Limeade #5D9D19

Color information

#5D9D19 (or 0x5D9D19) is unknown color: approx Limeade. HEX triplet: 5D, 9D and 19. RGB value is (93,157,25). Sum of RGB (Red+Green+Blue) = 93+157+25=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9D19 is #A262E6. Grayscale: #7B7B7B. Windows color (decimal): -10642151 or 1678685. OLE color: 1678685.

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

Color convert

RGB9315725-
CMYK0.4100.840.38
HSL89.09º72.53%35.69%-
HSV(B)89.09º84.08%61.57%-
XYZ16.7526.515.15-
YUV122.8272.8106.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=33.82%
G=57.09%
B=9.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93157250.4100.840.3889.0972.5335.69
Hex5D9D192905426594924
Octal135235315101244613111144
Binary101110110011101110011010010101010010011010110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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