#58B656

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

Shades of Fruit Salad #58B656

Tints of Fruit Salad #58B656

Color information

#58B656 (or 0x58B656) is unknown color: approx Fruit Salad. HEX triplet: 58, B6 and 56. RGB value is (88,182,86). Sum of RGB (Red+Green+Blue) = 88+182+86=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #58B656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B656 is #A749A9. Grayscale: #8F8F8F. Windows color (decimal): -10963370 or 5682776. OLE color: 5682776.

HSL color Cylindrical-coordinate representation of color #58B656: hue angle of 118.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B656 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB8818286-
CMYK0.5200.530.29
HSL118.75º39.67%52.55%-
HSV(B)118.75º52.75%71.37%-
XYZ22.4336.214.61-
YUV142.9595.8688.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=24.72%
G=51.12%
B=24.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88182860.5200.530.29118.7539.6752.55
Hex58B656340351D772835
Octal13026612664065351675065
Binary10110001011011010101101101000110101111011110111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,182,86); }

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

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

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

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

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

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

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