#58B855

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

Shades of Fruit Salad #58B855

Tints of Fruit Salad #58B855

Color information

#58B855 (or 0x58B855) is unknown color: approx Fruit Salad. HEX triplet: 58, B8 and 55. RGB value is (88,184,85). Sum of RGB (Red+Green+Blue) = 88+184+85=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #58B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B855 is #A747AA. Grayscale: #909090. Windows color (decimal): -10962859 or 5617752. OLE color: 5617752.

HSL color Cylindrical-coordinate representation of color #58B855: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58B855 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB8818485-
CMYK0.5200.540.28
HSL118.18º41.08%52.75%-
HSV(B)118.18º53.8%72.16%-
XYZ22.837.0114.54-
YUV144.0194.788.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 184 (72.27% from 255) = 51.54%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=24.65%
G=51.54%
B=23.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal88184850.5200.540.28118.1841.0852.75
Hex58B855340361C762935
Octal13027012564066341665165
Binary10110001011100010101011101000110110111001110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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