#58AB5D

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

Shades of Fruit Salad #58AB5D

Tints of Fruit Salad #58AB5D

Color information

#58AB5D (or 0x58AB5D) is unknown color: approx Fruit Salad. HEX triplet: 58, AB and 5D. RGB value is (88,171,93). Sum of RGB (Red+Green+Blue) = 88+171+93=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB5D is #A754A2. Grayscale: #898989. Windows color (decimal): -10966179 or 6138712. OLE color: 6138712.

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

Color convert

RGB8817193-
CMYK0.4900.460.33
HSL123.61º33.07%50.78%-
HSV(B)123.61º48.54%67.06%-
XYZ20.5631.9915.45-
YUV137.2910392.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=25%
G=48.58%
B=26.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88171930.4900.460.33123.6133.0750.78
Hex58AB5D3102E217c2133
Octal13025313561056411744163
Binary101100010101011101110111000101011101000011111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,93); }

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

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

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

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

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

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

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