#58AA58

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

Shades of Fruit Salad #58AA58

Tints of Fruit Salad #58AA58

Color information

#58AA58 (or 0x58AA58) is unknown color: approx Fruit Salad. HEX triplet: 58, AA and 58. RGB value is (88,170,88). Sum of RGB (Red+Green+Blue) = 88+170+88=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA58 is #A755A7. Grayscale: #888888. Windows color (decimal): -10966440 or 5810776. OLE color: 5810776.

HSL color Cylindrical-coordinate representation of color #58AA58: hue angle of 120º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA58 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB8817088-
CMYK0.4800.480.33
HSL120º32.54%50.59%-
HSV(B)120º48.24%66.67%-
XYZ20.1631.5314.26-
YUV136.13100.8393.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=25.43%
G=49.13%
B=25.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88170880.4800.480.3312032.5450.59
Hex58AA583003021782133
Octal13025213060060411704163
Binary101100010101010101100011000001100001000011111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,88); }

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

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

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

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

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

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

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