#58AD55

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

Shades of Fruit Salad #58AD55

Tints of Fruit Salad #58AD55

Color information

#58AD55 (or 0x58AD55) is unknown color: approx Fruit Salad. HEX triplet: 58, AD and 55. RGB value is (88,173,85). Sum of RGB (Red+Green+Blue) = 88+173+85=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD55 is #A752AA. Grayscale: #898989. Windows color (decimal): -10965675 or 5614936. OLE color: 5614936.

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

Color convert

RGB8817385-
CMYK0.4900.510.32
HSL117.95º34.92%50.59%-
HSV(B)117.95º50.87%67.84%-
XYZ20.6132.6213.8-
YUV137.5598.3492.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=25.43%
G=50%
B=24.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88173850.4900.510.32117.9534.9250.59
Hex58AD553103320762333
Octal13025512561063401664363
Binary101100010101101101010111000101100111000001110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,173,85); }

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

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

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

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

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

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

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