Html Css Color HEX #58AD55 Fruit Salad

📋 copy color: '#58AD55'

red 88 ◦ green 173 ◦ blue 85

#58AD55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #58AD55

Tints of Fruit Salad #58AD55

RGB

 RED value IS 88 (34.77% from 255) = 25.43%

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 25.43%
G = 50%
B = 24.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#58AD55 (or 0x58AD55) is known color: Fruit Salad. HEX triplet: 58, AD and 55. RGB value is (88,173,85). Sum of RGB (Red+Green+Blue) = 88+173+85=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD55 is #A752AA. Grayscale: #898989. Windows color (decimal): -10965675 or 5614936. OLE color: 5614936.

HSL color Cylindrical-coordinate representation of color #58AD55: hue angle of 117.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58AD55 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 173 85 -
CMYK 0.49 0 0.51 0.32
HSL 117.95º 0.35% 0.51% -
HSV(B) 117.95º 0.51% 0.68% -
XYZ 20.61 32.62 13.8 -
YUV 137.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 88 173 85 0.49 0 0.51 0.32 117.95 0.35 0.51
Hex 58 AD 55 31 0 33 20 76 23 33
Octal 130 255 125 61 0 63 40 166 43 63
Binary 1011000 10101101 1010101 110001 0 110011 100000 1110110 100011 110011

Color Harmonies of #58AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AD55

Black with #58AD55

Text Example


Text Example

White with #58AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,173,85); }

 H1.HeaderClassName
 {
   color: #58AD55;
 }
 .AnyTagClassName
 {
   color: #58AD55;
 }
</style>

background-color css

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

 a { background-color: rgb(88,173,85); }

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

border-color css

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

 span { border-color: rgb(88,173,85); }

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