#58AF54

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

Shades of Fruit Salad #58AF54

Tints of Fruit Salad #58AF54

Color information

#58AF54 (or 0x58AF54) is unknown color: approx Fruit Salad. HEX triplet: 58, AF and 54. RGB value is (88,175,84). Sum of RGB (Red+Green+Blue) = 88+175+84=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF54 is #A750AB. Grayscale: #8A8A8A. Windows color (decimal): -10965164 or 5549912. OLE color: 5549912.

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

Color convert

RGB8817584-
CMYK0.5000.520.31
HSL117.36º36.25%50.78%-
HSV(B)117.36º52%68.63%-
XYZ20.9533.3713.73-
YUV138.6197.1891.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=25.36%
G=50.43%
B=24.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88175840.5000.520.31117.3636.2550.78
Hex58AF54320341F752433
Octal13025712462064371654463
Binary10110001010111110101001100100110100111111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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