Html Css Color HEX #58A755 Fruit Salad

📋 copy color: '#58A755'

red 88 ◦ green 167 ◦ blue 85

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

Shades of Fruit Salad #58A755

Tints of Fruit Salad #58A755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.12%

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

R = 25.88%
G = 49.12%
B = 25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#58A755 (or 0x58A755) is known color: Fruit Salad. HEX triplet: 58, A7 and 55. RGB value is (88,167,85). Sum of RGB (Red+Green+Blue) = 88+167+85=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #58A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A755 is #A758AA. Grayscale: #868686. Windows color (decimal): -10967211 or 5613400. OLE color: 5613400.

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

Color convert

RGB 88 167 85 -
CMYK 0.47 0 0.49 0.35
HSL 117.8º 0.33% 0.49% -
HSV(B) 117.8º 0.49% 0.65% -
XYZ 19.48 30.37 13.43 -
YUV 134.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 88 167 85 0.47 0 0.49 0.35 117.8 0.33 0.49
Hex 58 A7 55 2F 0 31 23 76 21 31
Octal 130 247 125 57 0 61 43 166 41 61
Binary 1011000 10100111 1010101 101111 0 110001 100011 1110110 100001 110001

Color Harmonies of #58A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A755

Black with #58A755

Text Example


Text Example

White with #58A755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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