#58B454

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

Shades of Fruit Salad #58B454

Tints of Fruit Salad #58B454

Color information

#58B454 (or 0x58B454) is unknown color: approx Fruit Salad. HEX triplet: 58, B4 and 54. RGB value is (88,180,84). Sum of RGB (Red+Green+Blue) = 88+180+84=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #58B454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B454 is #A74BAB. Grayscale: #8D8D8D. Windows color (decimal): -10963884 or 5551192. OLE color: 5551192.

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

Color convert

RGB8818084-
CMYK0.5100.530.29
HSL117.5º39.02%51.76%-
HSV(B)117.5º53.33%70.59%-
XYZ21.9535.3614.06-
YUV141.5595.5289.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 51.14%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=25%
G=51.14%
B=23.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88180840.5100.530.29117.539.0251.76
Hex58B454330351D762734
Octal13026412463065351664764
Binary10110001011010010101001100110110101111011110110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,180,84); }

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

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

 a { background-color: rgb(88,180,84); }

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

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

 span { border-color: rgb(88,180,84); }

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