Html Css Color HEX #5BAF55 Fruit Salad

📋 copy color: '#5BAF55'

red 91 ◦ green 175 ◦ blue 85

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

Shades of Fruit Salad #5BAF55

Tints of Fruit Salad #5BAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.86%

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 25.93%
G = 49.86%
B = 24.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#5BAF55 (or 0x5BAF55) is known color: Fruit Salad. HEX triplet: 5B, AF and 55. RGB value is (91,175,85). Sum of RGB (Red+Green+Blue) = 91+175+85=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF55 is #A450AA. Grayscale: #8B8B8B. Windows color (decimal): -10768555 or 5615451. OLE color: 5615451.

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

Color convert

RGB 91 175 85 -
CMYK 0.48 0 0.51 0.31
HSL 116º 0.36% 0.51% -
HSV(B) 116º 0.51% 0.69% -
XYZ 21.28 33.54 13.95 -
YUV 139.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 91 175 85 0.48 0 0.51 0.31 116 0.36 0.51
Hex 5B AF 55 30 0 33 1F 74 24 33
Octal 133 257 125 60 0 63 37 164 44 63
Binary 1011011 10101111 1010101 110000 0 110011 11111 1110100 100100 110011

Color Harmonies of #5BAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF55

Black with #5BAF55

Text Example


Text Example

White with #5BAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,85); }

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

background-color css

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

 a { background-color: rgb(91,175,85); }

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

border-color css

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

 span { border-color: rgb(91,175,85); }

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