#58B150

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

Shades of Fruit Salad #58B150

Tints of Fruit Salad #58B150

Color information

#58B150 (or 0x58B150) is unknown color: approx Fruit Salad. HEX triplet: 58, B1 and 50. RGB value is (88,177,80). Sum of RGB (Red+Green+Blue) = 88+177+80=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #58B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B150 is #A74EAF. Grayscale: #8B8B8B. Windows color (decimal): -10964656 or 5288280. OLE color: 5288280.

HSL color Cylindrical-coordinate representation of color #58B150: hue angle of 115.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B150 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB8817780-
CMYK0.5000.550.31
HSL115.05º38.34%50.39%-
HSV(B)115.05º54.8%69.41%-
XYZ21.1934.113.05-
YUV139.3394.5191.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=25.51%
G=51.30%
B=23.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88177800.5000.550.31115.0538.3450.39
Hex58B150320371F732632
Octal13026112062067371634662
Binary10110001011000110100001100100110111111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,80); }

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

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

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

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

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

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

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