#58982C

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

Shades of Limeade #58982C

Tints of Limeade #58982C

Color information

#58982C (or 0x58982C) is unknown color: approx Limeade. HEX triplet: 58, 98 and 2C. RGB value is (88,152,44). Sum of RGB (Red+Green+Blue) = 88+152+44=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #58982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58982C is #A767D3. Grayscale: #787878. Windows color (decimal): -10971092 or 2922584. OLE color: 2922584.

HSL color Cylindrical-coordinate representation of color #58982C: hue angle of 95.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58982C is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB8815244-
CMYK0.4200.710.40
HSL95.56º55.1%38.43%-
HSV(B)95.56º71.05%59.61%-
XYZ15.7124.716.33-
YUV120.5584.8104.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=30.99%
G=53.52%
B=15.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152440.4200.710.4095.5655.138.43
Hex58982C2A04728603726
Octal13023054520107501406746
Binary101100010011000101100101010010001111010001100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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