#58982E

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

Shades of Limeade #58982E

Tints of Limeade #58982E

Color information

#58982E (or 0x58982E) is unknown color: approx Limeade. HEX triplet: 58, 98 and 2E. RGB value is (88,152,46). Sum of RGB (Red+Green+Blue) = 88+152+46=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #58982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58982E is #A767D1. Grayscale: #797979. Windows color (decimal): -10971090 or 3053656. OLE color: 3053656.

HSL color Cylindrical-coordinate representation of color #58982E: hue angle of 96.23º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58982E is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB8815246-
CMYK0.4200.700.40
HSL96.23º53.54%38.82%-
HSV(B)96.23º69.74%59.61%-
XYZ15.7524.736.53-
YUV120.7885.8104.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=30.77%
G=53.15%
B=16.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152460.4200.700.4096.2353.5438.82
Hex58982E2A04628603627
Octal13023056520106501406647
Binary101100010011000101110101010010001101010001100000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58982E; }

 p { color: rgb(88,152,46); }

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

<style>
 a { background-color: #58982E; }

 a { background-color: rgb(88,152,46); }

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

<style>
 span { border-color: #58982E; }

 span { border-color: rgb(88,152,46); }

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