#5DA42F

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

Shades of Limeade #5DA42F

Tints of Limeade #5DA42F

Color information

#5DA42F (or 0x5DA42F) is unknown color: approx Limeade. HEX triplet: 5D, A4 and 2F. RGB value is (93,164,47). Sum of RGB (Red+Green+Blue) = 93+164+47=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA42F is #A25BD0. Grayscale: #818181. Windows color (decimal): -10640337 or 3122269. OLE color: 3122269.

HSL color Cylindrical-coordinate representation of color #5DA42F: hue angle of 96.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DA42F is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB9316447-
CMYK0.4300.710.36
HSL96.41º55.45%41.37%-
HSV(B)96.41º71.34%64.31%-
XYZ18.329.087.34-
YUV129.4381.48102.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 164 (64.45% from 255) = 53.95%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=30.59%
G=53.95%
B=15.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164470.4300.710.3696.4155.4541.37
Hex5DA42F2B04724603729
Octal13524457530107441406751
Binary101110110100100101111101011010001111001001100000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,47); }

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

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

 a { background-color: rgb(93,164,47); }

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

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

 span { border-color: rgb(93,164,47); }

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