#58A960

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

Shades of Fruit Salad #58A960

Tints of Fruit Salad #58A960

Color information

#58A960 (or 0x58A960) is unknown color: approx Fruit Salad. HEX triplet: 58, A9 and 60. RGB value is (88,169,96). Sum of RGB (Red+Green+Blue) = 88+169+96=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #58A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A960 is #A7569F. Grayscale: #888888. Windows color (decimal): -10966688 or 6334808. OLE color: 6334808.

HSL color Cylindrical-coordinate representation of color #58A960: hue angle of 125.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A960 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB8816996-
CMYK0.4800.430.34
HSL125.93º32.02%50.39%-
HSV(B)125.93º47.93%66.27%-
XYZ20.3231.316.04-
YUV136.46105.1693.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=24.93%
G=47.88%
B=27.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88169960.4800.430.34125.9332.0250.39
Hex58A9603002B227e2032
Octal13025114060053421764062
Binary101100010101001110000011000001010111000101111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,96); }

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

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

 a { background-color: rgb(88,169,96); }

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

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

 span { border-color: rgb(88,169,96); }

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