Html Css Color HEX #58AB5D Fruit Salad

📋 copy color: '#58AB5D'

red 88 ◦ green 171 ◦ blue 93

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

Shades of Fruit Salad #58AB5D

Tints of Fruit Salad #58AB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.58%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 25%
G = 48.58%
B = 26.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#58AB5D (or 0x58AB5D) is known color: Fruit Salad. HEX triplet: 58, AB and 5D. RGB value is (88,171,93). Sum of RGB (Red+Green+Blue) = 88+171+93=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB5D is #A754A2. Grayscale: #898989. Windows color (decimal): -10966179 or 6138712. OLE color: 6138712.

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

Color convert

RGB 88 171 93 -
CMYK 0.49 0 0.46 0.33
HSL 123.61º 0.33% 0.51% -
HSV(B) 123.61º 0.49% 0.67% -
XYZ 20.56 31.99 15.45 -
YUV 137.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 88 171 93 0.49 0 0.46 0.33 123.61 0.33 0.51
Hex 58 AB 5D 31 0 2E 21 7C 21 33
Octal 130 253 135 61 0 56 41 174 41 63
Binary 1011000 10101011 1011101 110001 0 101110 100001 1111100 100001 110011

Color Harmonies of #58AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB5D

Black with #58AB5D

Text Example


Text Example

White with #58AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,93); }

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

background-color css

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

 a { background-color: rgb(88,171,93); }

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

border-color css

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

 span { border-color: rgb(88,171,93); }

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