#58AE54

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

Shades of Fruit Salad #58AE54

Tints of Fruit Salad #58AE54

Color information

#58AE54 (or 0x58AE54) is unknown color: approx Fruit Salad. HEX triplet: 58, AE and 54. RGB value is (88,174,84). Sum of RGB (Red+Green+Blue) = 88+174+84=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #58AE54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AE54 is #A751AB. Grayscale: #8A8A8A. Windows color (decimal): -10965420 or 5549656. OLE color: 5549656.

HSL color Cylindrical-coordinate representation of color #58AE54: hue angle of 117.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58AE54 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB8817484-
CMYK0.4900.520.32
HSL117.33º35.71%50.59%-
HSV(B)117.33º51.72%68.24%-
XYZ20.7632.9913.66-
YUV138.0397.5192.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=25.43%
G=50.29%
B=24.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88174840.4900.520.32117.3335.7150.59
Hex58AE543103420752433
Octal13025612461064401654463
Binary101100010101110101010011000101101001000001110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,174,84); }

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

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

 a { background-color: rgb(88,174,84); }

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

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

 span { border-color: rgb(88,174,84); }

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