Html Css Color HEX #5BA552 Fruit Salad

📋 copy color: '#5BA552'

red 91 ◦ green 165 ◦ blue 82

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

Shades of Fruit Salad #5BA552

Tints of Fruit Salad #5BA552

RGB

 RED value IS 91 (35.94% from 255) = 26.92%

 GREEN value IS 165 (64.84% from 255) = 48.82%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 26.92%
G = 48.82%
B = 24.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#5BA552 (or 0x5BA552) is known color: Fruit Salad. HEX triplet: 5B, A5 and 52. RGB value is (91,165,82). Sum of RGB (Red+Green+Blue) = 91+165+82=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA552 is #A45AAD. Grayscale: #858585. Windows color (decimal): -10771118 or 5416283. OLE color: 5416283.

HSL color Cylindrical-coordinate representation of color #5BA552: hue angle of 113.49º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BA552 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 165 82 -
CMYK 0.45 0 0.50 0.35
HSL 113.49º 0.34% 0.48% -
HSV(B) 113.49º 0.5% 0.65% -
XYZ 19.29 29.74 12.71 -
YUV 133.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 91 165 82 0.45 0 0.50 0.35 113.49 0.34 0.48
Hex 5B A5 52 2D 0 32 23 71 22 30
Octal 133 245 122 55 0 62 43 161 42 60
Binary 1011011 10100101 1010010 101101 0 110010 100011 1110001 100010 110000

Color Harmonies of #5BA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA552

Black with #5BA552

Text Example


Text Example

White with #5BA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BA552; }

 p { color: rgb(91,165,82); }

 H1.HeaderClassName
 {
   color: #5BA552;
 }
 .AnyTagClassName
 {
   color: #5BA552;
 }
</style>

background-color css

<style>
 a { background-color: #5BA552; }

 a { background-color: rgb(91,165,82); }

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

border-color css

<style>
 span { border-color: #5BA552; }

 span { border-color: rgb(91,165,82); }

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