Html Css Color HEX #58B051 Fruit Salad

📋 copy color: '#58B051'

red 88 ◦ green 176 ◦ blue 81

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

Shades of Fruit Salad #58B051

Tints of Fruit Salad #58B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

 BLUE value IS 81 (32.03% from 255) = 23.48%

R = 25.51%
G = 51.01%
B = 23.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#58B051 (or 0x58B051) is known color: Fruit Salad. HEX triplet: 58, B0 and 51. RGB value is (88,176,81). Sum of RGB (Red+Green+Blue) = 88+176+81=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #58B051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B051 is #A74FAE. Grayscale: #8B8B8B. Windows color (decimal): -10964911 or 5353560. OLE color: 5353560.

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

Color convert

RGB 88 176 81 -
CMYK 0.50 0 0.54 0.31
HSL 115.58º 0.38% 0.5% -
HSV(B) 115.58º 0.54% 0.69% -
XYZ 21.04 33.72 13.18 -
YUV 138.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 88 176 81 0.50 0 0.54 0.31 115.58 0.38 0.5
Hex 58 B0 51 32 0 36 1F 74 26 32
Octal 130 260 121 62 0 66 37 164 46 62
Binary 1011000 10110000 1010001 110010 0 110110 11111 1110100 100110 110010

Color Harmonies of #58B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B051

Black with #58B051

Text Example


Text Example

White with #58B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,81); }

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

background-color css

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

 a { background-color: rgb(88,176,81); }

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

border-color css

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

 span { border-color: rgb(88,176,81); }

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