Html Css Color HEX #5BAE54 Fruit Salad

📋 copy color: '#5BAE54'

red 91 ◦ green 174 ◦ blue 84

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

Shades of Fruit Salad #5BAE54

Tints of Fruit Salad #5BAE54

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.86%

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

R = 26.07%
G = 49.86%
B = 24.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#5BAE54 (or 0x5BAE54) is known color: Fruit Salad. HEX triplet: 5B, AE and 54. RGB value is (91,174,84). Sum of RGB (Red+Green+Blue) = 91+174+84=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE54 is #A451AB. Grayscale: #8B8B8B. Windows color (decimal): -10768812 or 5549659. OLE color: 5549659.

HSL color Cylindrical-coordinate representation of color #5BAE54: hue angle of 115.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAE54 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 174 84 -
CMYK 0.48 0 0.52 0.32
HSL 115.33º 0.36% 0.51% -
HSV(B) 115.33º 0.52% 0.68% -
XYZ 21.05 33.14 13.67 -
YUV 138.92 97 93.82 -
System Red Green Blue C M Y K H S L
Decimal 91 174 84 0.48 0 0.52 0.32 115.33 0.36 0.51
Hex 5B AE 54 30 0 34 20 73 24 33
Octal 133 256 124 60 0 64 40 163 44 63
Binary 1011011 10101110 1010100 110000 0 110100 100000 1110011 100100 110011

Color Harmonies of #5BAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAE54

Black with #5BAE54

Text Example


Text Example

White with #5BAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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