Html Css Color HEX #58B353 Fruit Salad

📋 copy color: '#58B353'

red 88 ◦ green 179 ◦ blue 83

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

Shades of Fruit Salad #58B353

Tints of Fruit Salad #58B353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.14%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 25.14%
G = 51.14%
B = 23.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#58B353 (or 0x58B353) is known color: Fruit Salad. HEX triplet: 58, B3 and 53. RGB value is (88,179,83). Sum of RGB (Red+Green+Blue) = 88+179+83=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #58B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B353 is #A74CAC. Grayscale: #8D8D8D. Windows color (decimal): -10964141 or 5485400. OLE color: 5485400.

HSL color Cylindrical-coordinate representation of color #58B353: hue angle of 116.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58B353 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 179 83 -
CMYK 0.51 0 0.54 0.30
HSL 116.88º 0.39% 0.51% -
HSV(B) 116.88º 0.54% 0.7% -
XYZ 21.71 34.94 13.78 -
YUV 140.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 88 179 83 0.51 0 0.54 0.30 116.88 0.39 0.51
Hex 58 B3 53 33 0 36 1E 75 27 33
Octal 130 263 123 63 0 66 36 165 47 63
Binary 1011000 10110011 1010011 110011 0 110110 11110 1110101 100111 110011

Color Harmonies of #58B353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B353

Black with #58B353

Text Example


Text Example

White with #58B353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,179,83); }

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

background-color css

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

 a { background-color: rgb(88,179,83); }

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

border-color css

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

 span { border-color: rgb(88,179,83); }

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