Html Css Color HEX #5B9F54 Fruit Salad

📋 copy color: '#5B9F54'

red 91 ◦ green 159 ◦ blue 84

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

Shades of Fruit Salad #5B9F54

Tints of Fruit Salad #5B9F54

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.6%

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 27.25%
G = 47.6%
B = 25.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#5B9F54 (or 0x5B9F54) is known color: Fruit Salad. HEX triplet: 5B, 9F and 54. RGB value is (91,159,84). Sum of RGB (Red+Green+Blue) = 91+159+84=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F54 is #A460AB. Grayscale: #828282. Windows color (decimal): -10772652 or 5545819. OLE color: 5545819.

HSL color Cylindrical-coordinate representation of color #5B9F54: hue angle of 114.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9F54 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 159 84 -
CMYK 0.43 0 0.47 0.38
HSL 114.4º 0.31% 0.48% -
HSV(B) 114.4º 0.47% 0.62% -
XYZ 18.31 27.66 12.76 -
YUV 130.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 91 159 84 0.43 0 0.47 0.38 114.4 0.31 0.48
Hex 5B 9F 54 2B 0 2F 26 72 1F 30
Octal 133 237 124 53 0 57 46 162 37 60
Binary 1011011 10011111 1010100 101011 0 101111 100110 1110010 11111 110000

Color Harmonies of #5B9F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9F54

Black with #5B9F54

Text Example


Text Example

White with #5B9F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,159,84); }

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

background-color css

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

 a { background-color: rgb(91,159,84); }

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

border-color css

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

 span { border-color: rgb(91,159,84); }

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