Html Css Color HEX #5BA85A Fruit Salad

📋 copy color: '#5BA85A'

red 91 ◦ green 168 ◦ blue 90

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

Shades of Fruit Salad #5BA85A

Tints of Fruit Salad #5BA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.14%

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 26.07%
G = 48.14%
B = 25.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#5BA85A (or 0x5BA85A) is known color: Fruit Salad. HEX triplet: 5B, A8 and 5A. RGB value is (91,168,90). Sum of RGB (Red+Green+Blue) = 91+168+90=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA85A is #A457A5. Grayscale: #888888. Windows color (decimal): -10770342 or 5941339. OLE color: 5941339.

HSL color Cylindrical-coordinate representation of color #5BA85A: hue angle of 119.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA85A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 90 -
CMYK 0.46 0 0.46 0.34
HSL 119.23º 0.31% 0.51% -
HSV(B) 119.23º 0.46% 0.66% -
XYZ 20.16 30.97 14.59 -
YUV 136.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 91 168 90 0.46 0 0.46 0.34 119.23 0.31 0.51
Hex 5B A8 5A 2E 0 2E 22 77 1F 33
Octal 133 250 132 56 0 56 42 167 37 63
Binary 1011011 10101000 1011010 101110 0 101110 100010 1110111 11111 110011

Color Harmonies of #5BA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA85A

Black with #5BA85A

Text Example


Text Example

White with #5BA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,90); }

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

background-color css

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

 a { background-color: rgb(91,168,90); }

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

border-color css

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

 span { border-color: rgb(91,168,90); }

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