Html Css Color HEX #5BA55F Fruit Salad

📋 copy color: '#5BA55F'

red 91 ◦ green 165 ◦ blue 95

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

Shades of Fruit Salad #5BA55F

Tints of Fruit Salad #5BA55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 25.93%
G = 47.01%
B = 27.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#5BA55F (or 0x5BA55F) is known color: Fruit Salad. HEX triplet: 5B, A5 and 5F. RGB value is (91,165,95). Sum of RGB (Red+Green+Blue) = 91+165+95=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA55F is #A45AA0. Grayscale: #878787. Windows color (decimal): -10771105 or 6268251. OLE color: 6268251.

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

Color convert

RGB 91 165 95 -
CMYK 0.45 0 0.42 0.35
HSL 123.24º 0.29% 0.5% -
HSV(B) 123.24º 0.45% 0.65% -
XYZ 19.84 29.96 15.56 -
YUV 134.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 91 165 95 0.45 0 0.42 0.35 123.24 0.29 0.5
Hex 5B A5 5F 2D 0 2A 23 7B 1D 32
Octal 133 245 137 55 0 52 43 173 35 62
Binary 1011011 10100101 1011111 101101 0 101010 100011 1111011 11101 110010

Color Harmonies of #5BA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA55F

Black with #5BA55F

Text Example


Text Example

White with #5BA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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