#5DAD1F

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

Shades of Limeade #5DAD1F

Tints of Limeade #5DAD1F

Color information

#5DAD1F (or 0x5DAD1F) is unknown color: approx Limeade. HEX triplet: 5D, AD and 1F. RGB value is (93,173,31). Sum of RGB (Red+Green+Blue) = 93+173+31=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD1F is #A252E0. Grayscale: #858585. Windows color (decimal): -10638049 or 2075997. OLE color: 2075997.

HSL color Cylindrical-coordinate representation of color #5DAD1F: hue angle of 93.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DAD1F is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB9317331-
CMYK0.4600.820.32
HSL93.8º69.61%40%-
HSV(B)93.8º82.08%67.84%-
XYZ19.7132.316.49-
YUV132.8970.599.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=31.31%
G=58.25%
B=10.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93173310.4600.820.3293.869.6140
Hex5DAD1F2E052205e4628
Octal135255375601224013610650
Binary101110110101101111111011100101001010000010111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,31); }

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

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

 a { background-color: rgb(93,173,31); }

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

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

 span { border-color: rgb(93,173,31); }

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