#58A632

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

Shades of Limeade #58A632

Tints of Limeade #58A632

Color information

#58A632 (or 0x58A632) is unknown color: approx Limeade. HEX triplet: 58, A6 and 32. RGB value is (88,166,50). Sum of RGB (Red+Green+Blue) = 88+166+50=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #58A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A632 is #A759CD. Grayscale: #818181. Windows color (decimal): -10967502 or 3319384. OLE color: 3319384.

HSL color Cylindrical-coordinate representation of color #58A632: hue angle of 100.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58A632 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB8816650-
CMYK0.4700.700.35
HSL100.34º53.7%42.35%-
HSV(B)100.34º69.88%65.1%-
XYZ18.2429.587.77-
YUV129.4583.1698.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 166 (65.23% from 255) = 54.61%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=28.95%
G=54.61%
B=16.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88166500.4700.700.35100.3453.742.35
Hex58A6322F0462364362a
Octal13024662570106431446652
Binary101100010100110110010101111010001101000111100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A632; }

 p { color: rgb(88,166,50); }

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

<style>
 a { background-color: #58A632; }

 a { background-color: rgb(88,166,50); }

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

<style>
 span { border-color: #58A632; }

 span { border-color: rgb(88,166,50); }

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