#5D982A

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

Shades of Limeade #5D982A

Tints of Limeade #5D982A

Color information

#5D982A (or 0x5D982A) is unknown color: approx Limeade. HEX triplet: 5D, 98 and 2A. RGB value is (93,152,42). Sum of RGB (Red+Green+Blue) = 93+152+42=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #5D982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D982A is #A267D5. Grayscale: #7A7A7A. Windows color (decimal): -10643414 or 2791517. OLE color: 2791517.

HSL color Cylindrical-coordinate representation of color #5D982A: hue angle of 92.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D982A is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB9315242-
CMYK0.3900.720.40
HSL92.18º56.7%38.04%-
HSV(B)92.18º72.37%59.61%-
XYZ16.1624.956.15-
YUV121.8282.95107.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=32.40%
G=52.96%
B=14.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93152420.3900.720.4092.1856.738.04
Hex5D982A27048285c3926
Octal13523052470110501347146
Binary101110110011000101010100111010010001010001011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,152,42); }

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

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

 a { background-color: rgb(93,152,42); }

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

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

 span { border-color: rgb(93,152,42); }

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